This is app serves as the frontend to an authentication app which makes use of Typescript and React-Bootstrap
- Clone the repository to your machine
- Open up a terminal
- Navigate into the project directory
- Run
npm installto install all needed dependencies - Run
npm startto spin up the server - The server runs on port 3000
http://localhost:3000/ - Open http://localhost:3000 to view it in the browser.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.