A boilerplate to quickly start your React app
- Clone this repository to your computer:
git clone https://github.com/alex-sobolev/react-setup.git
- From inside the folder where you have cloned the project, install all the dependecies, using yarn:
yarn install
- Start the app in development mode:
yarn start
yarn build
It will create a dist
folder.