Skip to content

williamdclt/react-boilerplate-1

Repository files navigation

The React Boilerplate has been moved here. This repo is not maintained anymore, is out-of-date and will be deleted soon.

Start your next react project in seconds
An opiniated fork of the opiniated React Boilerplate

Tooling & features

Code generator
Create components, containers, routes, selectors and sagas - and their tests - right from the CLI!
Jest & enzyme
All configured, just `yarn test`. The project starts with 100% coverage, up to you to decide what your standard is
End-to-end testing
Jest is configured with Puppeteer. You can go and run `yarn test:e2e` to run your end-to-end tests
Industry-standard i18n internationalization support
Scalable apps need to support multiple languages, easily add and support multiple languages with `react-intl`.
Redux, redux-router and redux-saga
Everything is there. Everything is ready. Focus on the code that brings business value
Prettier & ESLint
Both are fully configured with sensible defaults. It is advised to integrate them in your editor/IDE

Quick start

  1. Clone this repo using git clone https://github.com/Theodo-UK/react-boilerplate.git
  2. Move to the appropriate directory: cd react-boilerplate.
  3. Run yarn to install the dependencies.
  4. Run yarn start to see your app!

Now you're ready to rumble!

Documentation

Credits

While this project has heavily diverged, the original inspiration has been React Boilerplate. A big shoutout to those guys and their own supporters!

The boilerplate is currently maintained by William Duclot from Theodo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published