Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 399 Bytes

File metadata and controls

10 lines (7 loc) · 399 Bytes

Frontend Template

You can use this repository as a template for your frontend. It provides a very simple React Router layout with a navbar and an AuthContext with login and register pages.

Usage

  1. Change the name of the package in package.json.
  2. Update the environment variables in example.env and rename the file to .env.
  3. Build components and add routes to them in App.jsx.