Lets Talk UI
Setup
- clone this repo
- yarn install
- copy the
.env.template
as.env
and set your environment vars
.env.development
for your development environment.env.production
for your production environment
Develop
- npm start
- Navigate to:
http://localhost:3000
- uses
.env.development
Deployment
- npm run build
- uses
.env.production