init-web-app
Version:
Template for web applications
21 lines (15 loc) • 431 B
Markdown
## Init Web App
```init-web-app``` is a template designed for students looking to experiment
with JavaScript and incorporate dynamic features into their web projects.
### Files included
- index.html
- reset.css (link)
- utils.css (link)
- src/css/main.css
- src/js/app.js
- src/js/utils.js
Using the template:
```sh
$ npx init-web-app app-name
```
Make sure to use a server to handle ```import``` statements and CORS issues.