Skip to content

theomoura/react-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

React boilerplate project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published