https://github.com/tiesen243/vanilla-ts-template
https://github.com/tiesen243/vanilla-ts-template
css-module vanilla-typescript vite
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiesen243/vanilla-ts-template
- Owner: tiesen243
- Created: 2024-03-26T01:30:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T13:17:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T18:43:23.739Z (about 1 year ago)
- Topics: css-module, vanilla-typescript, vite
- Language: TypeScript
- Homepage:
- Size: 21.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vanilla-ts
## Usage
```bash
git clone git@github.com:tiesen243/vanilla-ts.git
cd vanilla-ts
# with npm
npm install
npm run dev
# with yarn
yarn install
yarn dev
# with bun
bun install
bun dev
```