Rekognition is AWS Serverless Face recognition Web App developed by Nest. Used to practice lesson;
This repo is dedicated to build front-end of rekognition project.
| Env | Branch Tracked |
|---|---|
| Development | start |
| Production | build |
| Tool | Version |
|---|---|
| Node | ^14.17.4 |
| Yarn | ^1.22.11 |
| React | ^17.0.2 |
-
Install Node version
^14.17.4(via nvm or other) and ensure the project uses one a compatible version locally -
Run
yarnto install dependencies -
Run
yarn startto run the app in web browser. -
You can now view
Rekognitionin the http://localhost:3000/.