/react-starter

react-starter

Primary LanguageHTML

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