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 2 for compilation
- Node.js 6+
npm installProduction mode:
npm startDevelopment (Webpack dev server) mode:
npm run start:dev