This is a starter project to get up and running with React, ES6+ and Babel quick and easy.
- Node 8.x or higher
- Yarn Package Manager (an alternative to npm)
- Visual Studio Code
# install all dependencies
$ yarn
# compile, bundle and launch app in browser
$ yarn serve
# run unit tests
$ yarn test- Basic React/Webpack setup with ES6+ transpiling and bundeling
- Npm Scripts: serve, build, lint, format and test
- VSCode recommended extensions and settings for ES development
- Prettier code formatting
- Unit Testing with Jest
- ES linting with ESLint and AirBnb Style Guide