https://github.com/junaya/vite-ts-ssr-react
Vite Typescript SSR React boilerplate!
https://github.com/junaya/vite-ts-ssr-react
Last synced: 2 months ago
JSON representation
Vite Typescript SSR React boilerplate!
- Host: GitHub
- URL: https://github.com/junaya/vite-ts-ssr-react
- Owner: JunaYa
- Created: 2022-12-17T15:32:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T14:26:39.000Z (over 2 years ago)
- Last Synced: 2025-02-11T15:42:21.255Z (4 months ago)
- Language: TypeScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite Typescript React 18 SSR
[](https://github.com/junaya/vite-ts-ssr-react/actions/workflows/nodejs.yml)
A _blazingly_ modern web development stack. This template repo tries to achieve the minimum viable example for each of the following:
- [React 18](https://reactjs.org/blog/2022/03/29/react-v18.html)
- [Typescript 4.9](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/)
- [Vite with Vite SSR](https://vitejs.dev/guide/ssr.html)
- [UnoCSS](https://github.com/unocss/unocss)
- [Prettier](https://prettier.io/) & [ESLint](https://eslint.org/)
- [GitHub Actions](https://github.com/features/actions)## Development
```
pnpm
pnpm dev:server
```That should start the server. It will open to http://localhost:7456.
If you'd like to just develop the UI, you can use
```bash
pnpm
pnpm dev:client
```To start the native vite client.
## Building
```
pnpm build
pnpm serve
```## CI
We use GitHub actions to build the app. The badge is at the top of the repo. Currently it just confirms that everything builds properly.
## feature