-
Install the dependencies:
npm install
-
Enviroment variables setup:
Create a
.env.local
file in the root of the project and add the same environment variables as in.env-example
. -
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
The project structure is as follows:
app/
: Contains all the pages of the project.atoms/
: Contains all the Recoil atoms used in the project.components/
: Contains all the components used in the project.hooks/
: Contains all the custom hooks of the project.styles/
: Contains all the global styles of the project.lib/
: Contains all the utility functions of the project like firebase setup or services functions.types/
: Contains all the typescript types of the project.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!