Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 960 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 960 Bytes

webpack-express-boilerplate

Based on The ultimate Webpack setup boilerplate.

Features

Running

For development, npm start, then navigate to http://localhost:3000 in your browser.

For a production build, npm run build then you can open ./dist/index.html in your browser.

Testing

Uses Mocha + Enzyme, as described here

npm test

References