Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 654 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 654 Bytes

Reactjs-ClientSide-Interface

Developing the front-end for Backend API

Using ReactJS for developing the front end of the Attendance management project based on face recognition whose backend has been prepared in Flask and FaceNet model is used for the face recognition.

Authentication is done using

Firebase

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

For detailed information and documentation, checkout ReactJS.