Nodemon starter for ExpressJS projects.
- Install NodeJS on your machine (https://nodejs.org/en/download/). Use version 8.9.0/install NVM.
- Install MongoDB and set up a local server (https://www.mongodb.com/download-center/community).
- Clone the project
- Install the packages
npm install
- Run
npm start
- Build for production
npm run build
package.json
README.md
webpack.config.js
index.html
index.js