Skip to content

magoragit/react-kit

 
 

Repository files navigation

React starter kit

Usage

Base on React Starterify

Install the dependencies:

npm install

Development mode with livereload:

npm run watch

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

About

React JS application starter kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • HTML 14.3%
  • CSS 3.1%