Skip to content

Chrischuck/React-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Super simple react boilerplate, 100% customizable

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published