vite-plugin-ssr starter template including react, typescript, jest, playwright, and storybook
Opinionated, typed, vite-plugin-ssr project template.
A changelog is available to track updates.
#app
to <project_root>
Install dependencies:
npm install
Run development server:
npm run dev
Run production server:
npm run prod
Run Jest unit tests
npm run test:unit
Run Jest unit tests in watch mode
npm run test:unit:watch
Open Playwright test runner:
npm run test:e2e
Build:
npm run build
Launch Storybook:
npm run storybook