https://github.com/smakosh/auth-ts-next-boilerplate
A Next js boilerplate for authentication
https://github.com/smakosh/auth-ts-next-boilerplate
Last synced: 7 months ago
JSON representation
A Next js boilerplate for authentication
- Host: GitHub
- URL: https://github.com/smakosh/auth-ts-next-boilerplate
- Owner: smakosh
- Created: 2021-03-29T21:29:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T14:14:47.000Z (over 4 years ago)
- Last Synced: 2025-02-28T19:16:50.088Z (8 months ago)
- Language: TypeScript
- Size: 562 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next js Auth boilerplate
## Features
- Eslint/Prettier configured
- Absolute imports
- Organized file structure
- Easy to customize
- Fully typed
- Uses Graphql-codegen to generate hooks for mutations/queries that are ready to be imported
- Comes with some UI components and a theme to customize
- Local fonts
- Supports CSR and SSR## Prerequisites
### Locally
1. Run `yarn`
2. Start your API
3. Run `yarn gen`
4. Run `yarn dev`
5. Open `localhost:3030`### Deploying to Vercel
TBD
## Built with
- TypeScript
- GraphQL
- Apollo client
- GraphQL-codegen
- Styled-components
- And these useful of JavaScript libraries [package.json](package.json)## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for more details
## Contributors