Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-kris/vite-ssr-starter
Opinionated modern vitejs ssr starter
https://github.com/s-kris/vite-ssr-starter
Last synced: 2 months ago
JSON representation
Opinionated modern vitejs ssr starter
- Host: GitHub
- URL: https://github.com/s-kris/vite-ssr-starter
- Owner: s-kris
- Created: 2021-07-02T15:48:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T07:30:32.000Z (over 3 years ago)
- Last Synced: 2023-03-02T14:46:33.596Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 500 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite SSR Starter
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:
1. vite-plugin-ssr
2. reactjs
3. typescript
4. eslint
5. prettier
6. husky
7. commit-lint
8. chakra-ui
9. next-auth
10. lint-staged## Usage
1. ```git clone https://github.com/s-kris/vite-ssr-starter```
2. Configure ```./server/auth/next.ts``` as mentioned [here](https://next-auth.js.org/configuration/options).
3. ```yarn install```
4. ```yarn dev```## Todo
1. Add a testing framework## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
[MIT](https://choosealicense.com/licenses/mit/)