NextJS, GraphQL, Tailwind, Typescript, Cypress boilerplate
npm install @reactivers/nextjs-graphql-tailwind-ts```
npx @reactivers/nextjs-graphql-tailwind-ts your-app-name
- run yarn generate:devpackage.json
- Check out../environments/.env.*
- You can edit and use NEXT_PUBLIC_APP_ENVnext-sitemap.config.js
- Don't forget to edit
- Before run, make sure you run yarn generate:dev
``
yarn dev
``
yarn e2e:headless
``
docker-compose up -d --build
```
docker-compose down --remove-orphans --rmi "local" --volumes