Quickly build full-stack webapps with SSR using vitejs. This is a completely opinionated repo which I built for my own purposes.
It is built using following stack for linting, formatting, type-checking, authentication:
- vite-plugin-ssr
- reactjs
- typescript
- eslint
- prettier
- husky
- commit-lint
- chakra-ui
- next-auth
- lint-staged
git clone https://github.com/s-kris/vite-ssr-starter
- Configure
./server/auth/next.ts
as mentioned here. yarn install
yarn dev
- Add a testing framework
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.