/nextjs-tailwind-apollo-example

This is a template repository with Tailwind CSS and Apollo in a Next.js project.

Primary LanguageTypeScriptMIT LicenseMIT

nextjs-tailwind-template

This is a template repository with Tailwind CSS in a Next.js project.

Start

# install dependencies
yarn

# start postgres
docker-compose -f docker/docker-compose.yml up -d

# start the app
yarn dev

Test with Cypress

# start the app
yarn dev

# run the test in another terminal window
yarn cypress open

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

References

License

MIT