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.
Firebase
# 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.