Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 603 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 603 Bytes

Smart Home Checklist

Setup

This application was bootstrapped with Create React App. See their guides for detailed information and tips.

Install dependencies:

yarn install

Run the app in development mode:

REACT_APP_BASE_URL=http://localhost:3000 yarn start

Build the app for production to the build folder:

REACT_APP_BASE_URL=https://DOMAIN.COM REACT_APP_GA_ID=UA-70365075-4 yarn build

Build service worker script to the build folder

node build_sw

Run build:

yarn global add serve
serve -s build