arunavkonwar / f8-my-city-ui

Home Page:http://f8-mycity.s3-website-us-east-1.amazonaws.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F8 MyCity - UI

Banner

http://f8-mycity.s3-website-us-east-1.amazonaws.com/

Screenshots

Screenshot 01

Screenshot 02

Screenshots (Future State)

Screenshot 01

Screenshot 02

Setup

npm install
npm run start

Push to S3

aws cloudformation create-stack \
  --stack-name "my-city-ui" \
  --template-body file://cloudformation/f8-s3.json \
  --parameters file://cloudformation/f8-s3-params.json
npm run build
aws s3 sync build/ s3://f8-mycity

About

http://f8-mycity.s3-website-us-east-1.amazonaws.com/


Languages

Language:JavaScript 72.9%Language:HTML 15.5%Language:CSS 11.6%