Skip to content

Prashoon123/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Starter App

This is a simple React Starter App to skip all the initial boring stuff and get you started with your projects asap.

To get started, run the following -

git clone https://github.com/Prashoon123/react-starter.git
npm install
npm start

If you are using yarn then delete the package-lock.json file and then run the following -

git clone https://github.com/Prashoon123/react-starter.git
yarn
yarn start

Open localhost:3000 on your browser to get started