Skip to content

rajkumararisetty/reactive-starter-kit

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published