Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 838 Bytes

File metadata and controls

41 lines (28 loc) · 838 Bytes

Boilerplate for ReactJS project development

Simple React Starter project built with Create React App.

Sctructured with atomic design, material UI and redux.

Description

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.

Installation

$ yarn install

App scripts

# run
$ yarn start

# build
$ yarn build

# eject from create-react-app
$ yarn eject

# unit tests
$ yarn test

# test coverage
$ yarn test:cov