new-dev-app
is a template designed for students looking to experiment
with JavaScript and incorporate dynamic features into their web projects.
- index.html
- reset.css (link)
- assets/img/favicon.png
- assets/css/main.css
- assets/css/utils.css
- assets/js/app.js
- assets/js/utils.js
Using the template:
$ npx new-dev-app app-name
Make sure to use a server to handle import
statements and CORS issues.