Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 537 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn install

To add all dependencies

yarn start

To run in localhost

Deployment (After Committing to Master!)

1. yarn run build

Creates productionized build. Run after a successful commit to master branch, ensure there are no errors on localhost before.

2. yarn run deploy

Deploys to github pages.