MichaelWalker-git / document-explorer-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run locally with the Amplify CLI

  1. Fork the repo in your account and then clone it as below.
npm install
  1. Pull backend from AWS Amplify using appid and envname which can be found on AWS Amplify UI.
amplify pull --appId appid --envName envname
  1. Run locally
npm run dev

About


Languages

Language:TypeScript 95.1%Language:CSS 2.2%Language:JavaScript 1.9%Language:HTML 0.8%