Prashoon123 / react-starter

react-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

react-starter


Languages

Language:HTML 69.0%Language:JavaScript 15.5%Language:CSS 15.5%