Kickoff NextJs FullStack
Fully re-written using Nextjs and TailwindCSS, includes Graphql Server and CypressJs for testing + Authorization and blog. It’s depended on Zeiq Base for elements and helpers
Stack
- Next.js
- React.js
- Zeiq Base
- Tailwind Blocks
- headlessUI
- heroicons
- tailwindcss
- Apollo Server
- Mongoose MongoDB
- Cypress Testing
To use
- Fork or download this repo
- Ready!
Setup
Run:
yarn install
Development
To start development server
yarn dev
To build email templates
Visit:
http://localhost:3000/api/build-emails
Testing
To start tests using CypressJs
yarn test
Deployment
To deploy to zeit now host
yarn deploy
Lint code and check Errors
Using Eslint and Prettier
yarn lint