https://github.com/Taiki0807/fullstack-app-template
fullstack Template
https://github.com/Taiki0807/fullstack-app-template
fastify nextjs typescript
Last synced: 4 months ago
JSON representation
fullstack Template
- Host: GitHub
- URL: https://github.com/Taiki0807/fullstack-app-template
- Owner: Taiki0807
- License: mit
- Created: 2023-06-03T05:41:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T06:23:08.000Z (about 2 years ago)
- Last Synced: 2023-06-03T07:21:57.469Z (about 2 years ago)
- Topics: fastify, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fullstack Template
## Tech Stack
Common
- TypeScript
- ESLint
- PrettierBackend
- Prisma
- Fastify
- PostgreSQL
- ZodFrontend
- React
- Next.js
- Tailwind CSS## Commands
Note: Fill in `.env` file (use template from `.env.example`) before starts.
- `yarn api:dev`: Start the API development server.
- `yarn api:type-check`: Perform type checking for the API.
- `yarn web:lint`: Run linting for the web application code.
- `yarn web:dev`:Start the development server for the web application.
- `yarn web:build`:Build the web application for production.
- `yarn web:start`:Start the production server for the web application.## Project structure
### apps/
- **server**: This directory contains the implementation of the API server.
- **view**: This directory contains the frontend implementation of the application.
### packages/
Internal packages are packages which are only intended to be used inside your monorepo.