Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natterstefan/nextjs-tailwind-apollo-example
This is a template repository with Tailwind CSS and Apollo in a Next.js project.
https://github.com/natterstefan/nextjs-tailwind-apollo-example
nextjs nextjs-boilerplate nextjs-starter nextjs-template tailwind tailwind-css tailwindcss vercel
Last synced: 7 days ago
JSON representation
This is a template repository with Tailwind CSS and Apollo in a Next.js project.
- Host: GitHub
- URL: https://github.com/natterstefan/nextjs-tailwind-apollo-example
- Owner: natterstefan
- License: mit
- Created: 2020-12-05T09:05:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T01:40:54.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T02:05:08.656Z (6 months ago)
- Topics: nextjs, nextjs-boilerplate, nextjs-starter, nextjs-template, tailwind, tailwind-css, tailwindcss, vercel
- Language: TypeScript
- Homepage:
- Size: 2.67 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# nextjs-tailwind-template
This is a template repository with [Tailwind CSS](https://tailwindcss.com) in a
Next.js project.## Start
```bash
# install dependencies
yarn# start postgres
docker-compose -f docker/docker-compose.yml up -d# start the app
yarn dev
```## Test with Cypress
```bash
# start the app
yarn dev# run the test in another terminal window
yarn cypress open
```## Deploy your own
Deploy the example using [Vercel](https://vercel.com):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/natterstefan/nextjs-tailwind-template)
## References
- based on
## License
[MIT](./LICENSE)