A React application to create Papers covers.
- React
- React Router
- Express
- PostCSS
- Webpack
- Node 8
- Npm 5
Execute the following commands to start a development server (nodemon):
npm install
npm run start:dev
To build this project execute the script below:
npm run start:prod
The production version will minified and uglify the scripts to reduce the application bundle size.