Ecosyste.ms: Awesome
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: 12 days ago
JSON representation
React Template powered by Vite
- Host: GitHub
- URL: https://github.com/rajatsharma/project-shinobi
- Owner: rajatsharma
- License: mit
- Created: 2017-07-15T02:27:33.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T15:56:20.000Z (about 1 year ago)
- Last Synced: 2024-10-17T16:07:42.139Z (22 days ago)
- Topics: boilerplate, hot-module-replacement, modularity, ninja, react, shinobi, ssr, starter, typescript, vite
- Language: TypeScript
- Homepage: project-shinobi.vercel.app
- Size: 1.39 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.