init-web-app
Version:
Template for web applications
21 lines (15 loc) • 440 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)
- assets/css/main.css
- assets/js/app.js
- assets/js/utils.js
Using the template:
```sh
$ npx init-web-app <my-app>
```
Make sure to use a server to handle ```import``` statements and CORS issues.