/react-project-template

A template for start coding React projects faster.

Primary LanguageJavaScript

React Project Template

A template for start coding React projects faster, that includes good things like:

How to use it

After cloning this repo, run yarn install to install all dependencies.

Run yarn watch and open localhost:3000 in your browser.

Edit the source code, when you save you can see the changes in your browser.

Run yarn build to make a production ready build of the app.