This project was bootstrapped with Create React App.
Lets call this custom boilerplate code for now.
Just add firebase and/or graphql credentials and be on your way. Change the app name in the package.json file and the folder name. Delete the .git folder and run git init and you have a brand new project! :)
Libraries present:
firebase
please populate the api keys acordinglyre-base
to communicate with firebasereact-activity
this is for the loader animationstyled-components
practically every styled componentreact-router-dom
for some reason it isn't present in the boxreact-custom-scrollbars
cause everyone could use a nicer scrollbar, and more controlreact-icons-kit
for icons man!axios
for api call handling
Database configuration inputs:
Integrating a Firebase project is a must for authentication, to make the app work place your values in ./src/utils/base.js
If you are using prisma and graphql, make sure you place your values in ./prisma/prisma.yml
, App.js
and Api.js