Skip to content

aws-course/aws-course-online-store-frontend

 
 

Repository files navigation

Online Store Frontend

Source code for AWS course

Launch

  1. Install dependencies:
    yarn install or npm install

  2. Assign correct backend addreess to REACT_APP_SERVER_URL environment variable in .env file avoiding trailing slash.

  3. Build:
    yarn build or npm run build

  4. Clone Online Store Backend repo and follow instructions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • Other 1.8%