https://github.com/anucha-tk/nextjs-strapi-tailwind
https://github.com/anucha-tk/nextjs-strapi-tailwind
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anucha-tk/nextjs-strapi-tailwind
- Owner: anucha-tk
- Created: 2024-02-05T14:07:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T05:40:23.000Z (about 2 years ago)
- Last Synced: 2024-12-27T01:12:22.897Z (over 1 year ago)
- Language: TypeScript
- Size: 8.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextjs Strapi Tawilwind
Basic Turborepo with Nextjs and Starpi
- [Nextjs Strapi Tawilwind](#nextjs-strapi-tawilwind)
- [Run Local Postgresql](#run-local-postgresql)
- [Run Starpi](#run-starpi)
- [Generate Api Token](#generate-api-token)
- [Run Nextjs](#run-nextjs)
## Technical & Tools
- Database
- Postgresql
- Turborepo
- Docker
- CMS
- Strapi
- Infra
- Husky, Commit-lint
- Nextjs
- Filter, Pagination
- Tailwindcss
- Typescript
- Cloudinary
- Blog markdown
- and more
## Run Local Postgresql
```bash
make dev-postgres-local
```
## Run Starpi
```bash
make run-strapi-dev
```
## Generate Api Token
Go to Strapi Dashboard -> Api Tokens and Generate, then pass to apps/nextjs-tawilwind .env.development
```text
NEXT_PUBLIC_JWT_TOKEN=
```
## Run Nextjs
```bash
make run-nextjs-dev
```
## Screenshot
