Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 818 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 818 Bytes

React Boilerplate

WIP

This is a WIP for a React universal app boilerplate.

Installation

Clone the repository:

git clone https://github.com/dispix/react-boilerplate.github

This project uses Yarn, check this page to install it on your platform: https://yarnpkg.com/en/docs/install

Install npm dependencies:

yarn

Or if you prefer not using yarn:

npm i

Available commands

The main commands are:

  • npm start: starts a dev server with hot reloading
  • npm build: build a production build of your application
  • npm test: lints and runs jest for unit and snapshot testing

TODO

  • Use express and make the app universal
  • Configure webpack.prod.js
  • Switch to CSS in JS
  • Configure a service worker
  • Split the bundle between sources and vendors