Advance nodejs and expressjs skeleton for enterprise level software
- Install git on your local machine
- Node: any 16.x version starting with v16.0.0 or greater Node installation instructions
- NPM : install Node Package Manager (NPM)
- A clone of the nodexp-skeleton repo on your local machine
cd nodexp-skeleton
to go into the project root folder.npm install
to install the project's npm dependencies.- Rename a
.env.example
file to.env
npm run dev
to start the development server with nodemonopen http://localhost:8000
to open the site in your favorite browser.