Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 12 days 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.
- 🌩 [ReativeX](https://reactivex.io/) for state/effect management.

## 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
$ yarn
```
## Available Commands

#### `yarn dev`

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

#### `yarn build`

Build project for production

#### `yarn preview`

Generate Static site.