Simple React Starter project built with Create React App.
Sctructured with atomic design, material UI and redux.
Below is some features that are already configured and ready to use:
- Redux, including thunk and logger middleware.
- Themes, using styled components theme provider
- Axios, as a middleware.
- Routing, using react-router-dom library.
- MaterialUi library for faster development using Material Design (but feel free to use another UI framework).
- Jest tests with React testing library.
$ yarn install
# run
$ yarn start
# build
$ yarn build
# eject from create-react-app
$ yarn eject
# unit tests
$ yarn test
# test coverage
$ yarn test:cov