This is a boilerplate project using the following technologies:
- React and React Router for the frontend
- Express and Mongoose for the backend
- Sass for styles (using the SCSS syntax)
- Webpack for compilation
- Node.js 6+
npm install
Make sure to add a config.js
file in the config
folder. See the example there for more details.
##Warning cases in case there is a problem with bcrypt, then do the following: npm install -g node-gyp npm install --g --production windows-build-tools
and then isntall npm install bcrypt
or change it to bcryptjs
Production mode:
npm start
Development (Webpack dev server) mode:
npm run start:dev