Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 456 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 456 Bytes

React app setup

A boilerplate to quickly start your React app

Getting Started

  1. Clone this repository to your computer:
git clone https://github.com/alex-sobolev/react-setup.git
  1. From inside the folder where you have cloned the project, install all the dependecies, using yarn:
yarn install
  1. Start the app in development mode:
yarn start

Build your app for production

yarn build

It will create a dist folder.