Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 531 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 531 Bytes

React Boilerplate Setup

Installing

1. Clone this repo:

git clone --depth 1 https://github.com/Chrischuck/React-Boilerplate.git my-app
cd my-app

2. Make it your own:

rm -rf .git && git init && npm init

3. Install the dependencies:

npm install

Commands

4. Start a live-reload dev server:

npm run dev

5. Build for production:

npm run build

Readme format borrowed from https://github.com/developit/preact-boilerplate/blob/master/README.md