Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 762 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 762 Bytes

React frontend

Sample React frontend based on react-forms-ui.

Technological stack

Features

  • Frontend for the backend
  • CRUDL on entities: project, user, session
  • Authentication and authorization

Usage

Development

npm start
open http://localhost:3000/

Production

npm run build