Quick Start
Setup the Light Able using Gulp workflow
Last updated
Setup the Light Able using Gulp workflow
Last updated
Welcome to the Light Able NodeJS Admin, your go-to foundation for building powerful web applications with Express.JS, EJS, NodeJS and Bootstrap 5.0. This guide will walk you through the steps to set up and start us
Before you begin, make sure you have the following installed on your machine:
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 18. We suggest you to use LTS version of Node.js.
Make sure to have the installed & running on your computer. If you already have installed Yarn on your computer, you can skip this step. We suggest you use Yarn instead of NPM.
A code editor of your choice (e.g., Visual Studio Code, Atom, Sublime Text)
Make sure to have the installed & running on your computer. If you already have installed gulp on run command npm install -g gulp
from your terminal.
You can use Gulp to Automate and enhance your project workflow.
Before running the application we need to build theme assets:
Open your project to vs code.
Start a command prompt window or terminal and change directory to Lightable-Node/
Install packages using one of following commands
This command will fetch all dependencies listed in /package.json
and place them into/node_modules
folder.
Create .env file in root directory of project and add following code:-
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.
Enjoy your development with Light Able
You can use command to bundle theme assets. The below command will compile all the assets(sass, js, media) to /public/assets
folder:
Keep your prompt running by default application is served on port