Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evgenykochetkov/template-vite-p5-ts
https://github.com/evgenykochetkov/template-vite-p5-ts
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evgenykochetkov/template-vite-p5-ts
- Owner: evgenykochetkov
- Created: 2023-07-31T09:03:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T18:39:59.000Z (over 1 year ago)
- Last Synced: 2024-10-04T16:18:19.545Z (about 1 month ago)
- Language: CSS
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
Pull the template with [degit](https://github.com/Rich-Harris/degit):
```sh
npx degit evgenykochetkov/template-vite-p5-ts my-p5-project
```and then install dependencies/run as usual:
```sh
cd my-p5-project
npm install
npm run dev
```