https://github.com/riot/webpack-template
Riot.js Webpack Project scaffolding Template - Used in create-riot
https://github.com/riot/webpack-template
Last synced: 11 months ago
JSON representation
Riot.js Webpack Project scaffolding Template - Used in create-riot
- Host: GitHub
- URL: https://github.com/riot/webpack-template
- Owner: riot
- License: mit
- Created: 2020-06-20T19:54:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T21:14:47.000Z (about 2 years ago)
- Last Synced: 2025-01-08T04:13:30.578Z (about 1 year ago)
- Language: JavaScript
- Size: 946 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
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
```