This is a Next.js project bootstrapped with create-next-app
.
To learn more about Firebase, please visit the Firebase docs.
In ./firebase/config.ts
you can configure the firebase database using .env.local
First clone this repository:
git clone https://github.com/enriquegeorg/basic-crud-ts-react.git
Install dependencies:
npm install
And finally run the app:
npm run dev
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.