/react-typescript-seed

A simple scalable React Typescript seed implementing hooks, unit and E2E testing

Primary LanguageTypeScript

react-typescript-seed

react-typescript-seed is a project to help people bootstrap projects without CRA. Technologies like React hooks are used for state management. For testing a stack including Jest, Enzyme, Code and Sinon are applied. TypeScript is used to prevent production bugs before runtime.

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-typescript-seed.git && cd react-typescript-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