Skip to content

React Redux, Typescript, Jest + Enzyme and Material-UI, ESLint Boilerplate

Notifications You must be signed in to change notification settings

SimpliRoute/react-boilerplate

Repository files navigation

React + Redux + Typescript + Material-ui + ESLint base scaffolding

Basic getting started boilerplate with React + Redux + Typescript and material-ui framework + ESLint

Run

$ yarn
$ yarn start

Test

# run test with coverage
$ yarn test

# run test in watch file mode
$ yarn test:watch

Linter

# check linter
$ yarn lint:check

This project was generated with create-react-app