#CloudMark React Starter
This is my own starter seed project for React applications. Feel free to use and suggest enhancements on the issues section.
##Features:
- Webpack bundling and Express server hot middleware.
- Babel transpiling.
- Eslint code style checks.
- Tape with cheerio for making easy unit tests.
##Running
git clone
npm install
npm start
##Testing
npm test
##Building
npm run build