1.0.3 • Published 5 years ago

reactive-starter-kit v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

React(ive) Starter Kit

React(ive) Starter Kit is boilerplate for creating a single page application in React. You can write latest and use latest JavaScript.

Prerequisites:

	npm >= 6.4.1 AND node >= v10.4.1
    
    Install from(Install Using NVM is my favourite one): 
    https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04

Setup:

	npm install -g reactive-starter-kit
    reactive-starter-kit folderName
    cd folderName
    npm install

This starter kit configured with all 3 environments:

    Development Env:     npm start
    Test Env:		 npm test
    Production Env:	 npm run build