https://github.com/riot/webpack-spa-template
Riot.js Webpack SPA Project scaffolding Template - Used in create-riot
https://github.com/riot/webpack-spa-template
Last synced: 11 months ago
JSON representation
Riot.js Webpack SPA Project scaffolding Template - Used in create-riot
- Host: GitHub
- URL: https://github.com/riot/webpack-spa-template
- Owner: riot
- License: mit
- Created: 2020-06-21T13:09:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T21:26:10.000Z (about 2 years ago)
- Last Synced: 2025-01-08T04:13:27.406Z (about 1 year ago)
- Language: Riot
- Size: 492 KB
- Stars: 0
- 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
```