For this personal project I have created a modern full stack React application with a backend and auth using Firebase. I've used Next.js for the front end and deployed the project to Vercel.
To see the full app I created visit https://creative-thoughts-jeanettt.vercel.app/.
- Clone code from the main branch.
- Install packages:
npm i
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 with your browser to see the result.
This is a Next.js project bootstrapped with create-next-app
.
This app was created with the help of Build an Awesome Full Stack React Project Tutorial.