Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

joseluisq/react-boilerplate

Repository files navigation

react-boilerplate JavaScript Style Guide

Another React boilerplate.

Features

Node 6 or later is required.

Install

Clone the repository and install dependencies:

git clone \
  --depth 1 \
  --single-branch \
  --branch latest \
  https://github.com/joseluisq/react-boilerplate.git ./my-react-stuff

Replace --branch value with latest release tag (E.g. latest, v0.1.0, etc)

cd ./my-react-stuff

yarn

Development

yarn start

Production

yarn build

Contributions

Pull requests and issues are very appreciated.

License

MIT license

© 2017 José Luis Quintana