Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

screenshot-rocks

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/)