- JS framework / libraries
- Task runner
- Bundling(JS)
- Testing
- Linting
- Styling
- Browsersync
git clone git@github.com:rbrtsmith/redux-advanced-todo-app.git
cd redux-advanced-todo-app
npm i
to pull down dependencies
npm t
to run unit tests & coveragenpm lint
to run JS & CSS lintingnpm start
to run the build process in development mode with BrowserSync, Sourcemaps and filewatching.npm build:production
to run the build process, generate the dist folder and minify all output.