Heavily inspired by Cory House's "Building a JavaScript Development Environment" course at Pluralsight.
- React
- React router
- Redux (+ react-redux)
- Bulma CSS framework
- Babel: Latest
- scss loader
- ESLint (eslint:recommended, react, import)
- Component testing with Mocha, Chai and Enzyme
- Clone the repo
- Run
yarnornpm installin the project's root folder - Run
npm run devto start the development server and start hacking
To share your work with anyone, you can run npm run share, which temporarely opens up a port in your firewall and gives you an URL to share with anyone interested.