Able Pro
Nodejs
Nodejs
  • Introduction
  • Getting Started
  • Folder Structure
  • 📄Page Structure
  • Customizer
  • Dependencies
  • Support
  • Changelog
Powered by GitBook
On this page
  • Prerequisites
  • Build Assets

Getting Started

Welcome to the Light Able NodeJS Admin, your go-to foundation for building powerful web applications with Express.JS, EJS, NodeJS, and Bootstrap 5.3.3 This guide will walk you through the steps to set

PreviousIntroductionNextFolder Structure

Last updated 9 months ago

Prerequisites

Visual Studio

Make sure to have downloaded on your machine..

Before you begin, make sure you have the following installed on your machine:

  1. Make sure to have installed & running on your computer. If you already have installed Node on your computer, you can skip this step if your existing Node version is greater than 20 or 20. We suggest you to use the LTS version of Node.js.

  2. Make sure to have the installed & running on your computer. If you already have installed NPM on your computer, you can skip this step.

  3. A code editor of your choice (e.g., Visual Studio Code, Atom, Sublime Text)

Build Assets

Before running the application we need to build theme assets:

  1. Open your project in VS code

  2. Start a command prompt window or terminal and change the directory to full-version/

  3. Install packages using the following commands

npm install
npm run build

This command will fetch all dependencies listed in /package.json and place them into/node_modules 
folder.

Run Project

To run the Nodejs application navigate your prompt to project folder and run the following command. This command will listen for changes and hot reload them.

npm run start
Enjoy your development with Able-pro 

Keep your prompt running by default application is served on port

Visual Studio
Node.js
Node.js
NPM
8000