Skip to content

fastboard-org/web-app

Repository files navigation

Fastboard - Web App

Installation

  1. Install the dependencies:

    npm install
  2. Enviroment variables setup:

    Create a .env.local file in the root of the project and add the same environment variables as in .env-example.

  3. Run the development server:

    npm run dev

    Open http://localhost:3000 with your browser to see the result.

Folder Structure

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.

Technologies

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!