UNPKG

project-starter-dan

Version:

A project scaffolding tool.

13 lines (7 loc) 481 B
#React-express A basic layout using node to create an es6 React/Webpack setup. Has an express server. ```npm start``` to run the express server on localhost:3000. ```npm test``` to run the Tape/Enzyme tests, that also uses ```babel-tape-runner``` for es6. ```npm run build``` to build the bundle.js that lies in /public, using webpack. ```npm run build:watch``` to watch and rebuild on file changes. ```npm run dev``` to serve a hot-reloading webpack dev server on port 8080.