Skip to content

This app trains U.S. military to learn which companies belongs to their battalions.

Notifications You must be signed in to change notification settings

aaron-lam/us-army-quiz-app-frontend

Repository files navigation

U.S. Army Quiz App - Frontend

A web application to train U.S. Army staffs what companies they own. https://4umt.netlify.app

Getting Started

  1. Clone the repo.

git clone https://github.com/aaron-lam/us-army-quiz-app-frontend.git

  1. Download Node.js if you haven't installed it. LTS version (v14.15.3) is recommended.

https://nodejs.org/en/download/

  1. In the terminal, go to project root directory and run yarn install to install dependencies.

  2. Run yarn start, then the web app should be running at http://localhost:3000.