1.0.0 • Published 6 years ago
react-gl-custom-boilerplate v1.0.0
Gareth Leake's custom boilerplate for React Projects
- Server file set up to run on
localhost:3000 - Babel and Webpack configured (including config for ES6 arrow functions)
- Webpack-dev-server + hot-module-reloading
- Jest, enzyme, sinon for testing
Scripts:
npm run start: "nodemon server/server.js"npm run build: "webpack"npm run dev: "nodemon server/server.js & webpack-dev-server --open --mode development"npm run test: "jest"
1.0.0
6 years ago