Skip to content
/ react-seed Public template

A simple react/redux seed with unit and E2E testing.

Notifications You must be signed in to change notification settings

forrestblade/react-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-seed

react-seed is a project to help people bootstrap projects without CRA. Technologies like Redux are used for state management. For testing a stack including Jest, Enzyme, Code and Sinon are applied.

Installation

How you install this repository depends on how you intend to use it.

For personal use simply click here. Clone your new repository, install it with npm i and start hacking!

If you plan to contribute simply clone the repository, install it and checkout a new development branch.

git clone https://github.com/forrestblade/react-seed.git && cd react-seed && npm i && git checkout -b dev && npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please try to adhere to semantic commit messages.

Lint your code with standard js

Please make sure to update tests as appropriate.

License

MIT

About

A simple react/redux seed with unit and E2E testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published