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-skeletonto go into the project root folder.npm installto install the project's npm dependencies.- Rename a
.env.examplefile to.env
npm run devto start the development server with nodemonopen http://localhost:8000to open the site in your favorite browser.