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
Prerequisites
Visual Studio
Make sure to have Visual Studio downloaded on your machine..
Before you begin, make sure you have the following installed on your machine:
Make sure to have the NPM installed & running on your computer. If you already have installed NPM on your computer, you can skip this step.
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:
Open your project in VS code
Start a command prompt window or terminal and change the directory to full-version/
Install packages using the following commands
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.
Keep your prompt running by default application is served on port 8000
Last updated