Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 572 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 572 Bytes

react-boilerplate

React Boilerplate.

This project was bootstrapped with Create React App.

Setup

First clone this repository.

$ git clone git@github.com:pratishshr/react-boilerplate.git

Install dependencies. Make sure you already have nodejs, npm and yarn installed in your system.

$ yarn

Create a .env file for environment variables.

$ cp .env.example .env

Running locally

$ yarn start

Building for Production

$ yarn build