Web application created with the aim of learning best practices and commonly used patterns in modern development.
You can see it live here.
- react + redux for view model and state management
- sass for advanced styling system
- webpack + babel for development environment and es6+ support
- jest as a testing tool
- react-modal, react-select, react-sortable-hoc, modern-normalize, sw-precache
# install
$ yarn install
# run development server
$ yarn start [--hot]
# run tests
$ yarn test [--watch]
# create build
$ yarn build
# create local build
$ yarn build:local