Skip to content

nunisa/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-starter

A production ready react boilerplate.

Get it

git clone https://github.com/nunisa/react-starter.git

Usage

After cloning the repo, do the following

  1. Install dependencies

    npm i

  2. Run development server

    npm start

  3. Run production build

    npm run build

  4. Run jest tests

    npm test

Issues

For any issue, raise it in issue tracker.

More

Find more about the creation of this boilerplate here.