Skip to content

alex-sobolev/react-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Boilerplate for React apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published