Skip to content

afonsopacifer/react-prpl-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React PRPL Boilerplate

A simple boilerplate for learn PRPL pattern with React.

Features

  • Custom PRPL pattern.
    • Push critical dependencies.
    • Render a minimal bundle.
    • Pre-push with Service Workers.
    • Lazy loading all code splitted bundles.

Development

Getting started

Clone this repository and install its dependencies:

$ git clone https://github.com/afonsopacifer/react-prpl-boilerplate.git
$ cd react-prpl-boilerplate
$ yarn

Build / Start App

Builds and start the App (with local server and livereload):

$ yarn start

Builds for production:

$ yarn build

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Want to contribute? Follow these recommendations.

History

See Releases for detailed changelog.