@reactivers/nextjs-graphql-tailwind-ts
v1.0.6
Published
NextJS, GraphQL, Tailwind, Typescript, Cypress boilerplate
Downloads
1
Maintainers
Readme
Installation
npx @reactivers/nextjs-graphql-tailwind-ts your-app-name
Getting started
- run
yarn generate:dev
- Check
package.json
out. - You can edit
./environments/.env.*
and useNEXT_PUBLIC_APP_ENV
- Don't forget to edit
next-sitemap.config.js
Run
- Before run, make sure you run
yarn generate:dev
yarn dev
Test
yarn e2e:headless
Docker
Build
docker-compose up -d --build
Clean
docker-compose down --remove-orphans --rmi "local" --volumes