- Notifications
You must be signed in to change notification settings - Fork29
nikitowsky/next-advanced-apollo-starter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
What's included •Getting Started •Apollo usage •Tests •Docker usage
- LatestNext.js version.
- Latest packages updates.
- GraphQLApollo client with built-incookie-basedJWT token authentication.
- Works both viaClient-Side Rendering andServer-Side Rendering;
- TypeScript environment.
- Normalize.css included.
- No custom server.
- Testing environment viaJestand@testing-library/react.
- ConfiguredGraphQL Code Generator. Simply run
yarn codegen
. - Prettier for code formatting.
- Debug configuration forVSCode.
- Docker configuration to serveproduction-ready build with Nginx.
No extra knowledge needed to get started, seeNext.js documentation.
Generated interfaces for co-located.graphql files. See theexample.
yarn codegen
Jest is a great tool for testing. To run tests simply usetest
script frompackage.json
:
yarntest
Pretty much everything you need to know about project structure, SSR, etc., you can find intheofficial Next.js documentation.
To build and run Dockerizedproduction-ready container, run:
docker-compose up --build
About
Advanced, but minimalistic Next.js and Apollo starter
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.