/trivnode-react

A trivia question site, built with React and Webpack.

Primary LanguageJavaScriptMIT LicenseMIT

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