Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingoftac/vite-fast-template
Vite + FAST + Yarn3 starter template
https://github.com/kingoftac/vite-fast-template
fast-components fast-foundation fluent-ui-components fluent-ui-icons starter starter-kit starter-project starter-template template template-project template-repository typescript vite yarn-berry yarn-v2
Last synced: 18 days ago
JSON representation
Vite + FAST + Yarn3 starter template
- Host: GitHub
- URL: https://github.com/kingoftac/vite-fast-template
- Owner: KingOfTac
- License: mit
- Created: 2022-05-27T05:37:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T06:52:48.000Z (over 2 years ago)
- Last Synced: 2024-10-28T18:27:00.990Z (19 days ago)
- Topics: fast-components, fast-foundation, fluent-ui-components, fluent-ui-icons, starter, starter-kit, starter-project, starter-template, template, template-project, template-repository, typescript, vite, yarn-berry, yarn-v2
- Language: TypeScript
- Homepage: https://kingoftac.github.io/vite-fast-template
- Size: 33.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-fast-template
Vite + FAST + Yarn3 starter templateThis Template is meant as a starter for creating libraries or applications built on [FAST](https://fast.design)
## Getting Started
This template uses Yarn v2 [zero installs](https://yarnpkg.com/features/zero-installs), so no need to run an install script after cloning. Just start the dev server or start building your own FAST-based libraries.## Scripts
Start the included Vite starter app
```shell
yarn start:dev
```