Skip to content

Web development starter pack containing essentials with minimal dependencies

Notifications You must be signed in to change notification settings

tatiaris/ts-next-firebase-template

Repository files navigation

TS Next Firebase Template

Web development starter pack containing essentials with minimal dependencies

Built with

Features

Run locally

Create and populate .env.local using .env.sample

# install dependencies
npm install
# start local server
npm run dev

Visit http://localhost:3000 to see the result

Project structure

  • src/pages/* - all unique pages accross the website

  • src/pages/api/* - next.js API endpoints

  • src/components/* - reusable jsx components

  • src/util/* - utility functions (ex: firestore)

  • __tests__/* - jest unit tests

  • cypress/* - cypress integration tests

  • public/* - static assets (ex: images)

About

Web development starter pack containing essentials with minimal dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published