Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.12 KB

Upcoming Rocket Launches Website

This is a learning project to become more familiar with the following technologies:

  • React
  • TailwindCSS
  • AWS Amplify

Project Setup

  1. Clone this repo
  2. Run npm i to install the node modules.
  3. Install the Amplify CLI: https://docs.amplify.aws/cli/start/install/#option-1-watch-the-video-guide
  4. Run amplify configure to authenticate with AWS admin.
  5. Run amplify pull to pull in the AWS configuration to your local environemnt.
  6. Run npm run start to serve the dev env at http://localhost:3000. The page will hot reload with edits to code.

This repo is based off a starter project:

This app is based on the following blog post

Bootstrapped with Create React App.

Authentication service relies on Aws amplify

The route system works thanks to the help of React router

The UI is done with the help of Tailwind CSS