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

https://github.com/rajatsharma/project-shinobi

React Template powered by Vite
https://github.com/rajatsharma/project-shinobi

boilerplate hot-module-replacement modularity ninja react shinobi ssr starter typescript vite

Last synced: 7 months ago
JSON representation

React Template powered by Vite

Awesome Lists containing this project

README

          




Project Shinobi


React Template powered by Vite

## Includes

- ⚡️ [Vite](https://vitejs.dev/) for building application.
- 🍦 [Vanilla Extract](https://vanilla-extract.style/) for type-safe styling.

## Getting Started

```bash
# Create Shinobi App
$ npx degit https://github.com/rajatsharma/shinobi my-app

# Go into the project directory
$ cd my-app

# Install dependencies
$ pnpm i
```
## Available Commands

#### `pnpm dev`

Runs your application at localhost:3000 with HMR enabled, which will automatically make changes to your application with reloading your browser.

#### `pnpm build`

Build project for production

#### `pnpm preview`

Generate Static site.