https://github.com/riot/parcel-template
Riot.js Parcel Project scaffolding Template - Used in create-riot
https://github.com/riot/parcel-template
Last synced: 11 months ago
JSON representation
Riot.js Parcel Project scaffolding Template - Used in create-riot
- Host: GitHub
- URL: https://github.com/riot/parcel-template
- Owner: riot
- License: mit
- Created: 2020-06-20T19:55:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T22:41:26.000Z (about 2 years ago)
- Last Synced: 2025-01-08T04:13:18.246Z (about 1 year ago)
- Language: JavaScript
- Size: 578 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# <%= name %>
<%= description %>
## Start
```
npm start
```
## Test
```
npm test
```
## Build
```
npm run build
```