- Navigation (Example Route-Protection -> in helpers)
- Login / Register
- Home
- Cookie Banner
- Footer (with social links)
- Navbar (with search and responsive)
- Google Analytics
- Auth Context
./src/config.json
{
"BackendUrl": "http://localhost:5000/api",
"BackendFilesUrl": "http://localhost:5000/",
"GATrackingID": ""
}
npm start -> runs react-client
npm lint -> runs eslint
-> In server-nodejs/README.md