A simple boilerplate for learn PRPL pattern with React.
- Custom PRPL pattern.
- Push critical dependencies.
- Render a minimal bundle.
- Pre-push with Service Workers.
- Lazy loading all code splitted bundles.
Clone this repository and install its dependencies:
$ git clone https://github.com/afonsopacifer/react-prpl-boilerplate.git
$ cd react-prpl-boilerplate
$ yarn
Builds and start the App (with local server and livereload):
$ yarn start
Builds for production:
$ yarn build
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
Want to contribute? Follow these recommendations.
See Releases for detailed changelog.