Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 522 Bytes

File metadata and controls

39 lines (28 loc) · 522 Bytes

Contains

  • Navigation (Example Route-Protection -> in helpers)
  • Login / Register
  • Home
  • Cookie Banner
  • Footer (with social links)
  • Navbar (with search and responsive)
  • Google Analytics
  • Auth Context

First steps

./src/config.json

{
  "BackendUrl": "http://localhost:5000/api",
  "BackendFilesUrl": "http://localhost:5000/",
  "GATrackingID": ""
}

Contribute

Commands:

npm start -> runs react-client
npm lint -> runs eslint

Auth-Credentials

-> In server-nodejs/README.md