Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 327 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 327 Bytes

This project was bootstrapped with Create React App.

Setup

  1. Install dependencies yarn install
  2. To run in development mode yarn start
  3. To run in production mode install serve
    1. Install serve npm install -g serve
    2. Run yarn build && serve -s build