Skip to content

steven-fernandez/React-starter

Repository files navigation

React Starter

A minimal React starter.

Start small, add what you need.

Usage

git clone https://github.com/steven-fernandez/React-starter.git

Install the dependencies:

npm install

Test:

npm test

Development mode with livereload:

npm run watch or just npm start

When you are done, create a production ready version of the JS bundle:

npm run build

Deploy on Github pages with one command:

npm run deploy

License

MIT License