UNPKG

web-dev-app

Version:

Template for web applications

21 lines (15 loc) 437 B
## Web Dev App ```web-dev-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 web-dev-app <my-app> ``` Make sure to use a server to handle ```import``` statements and CORS issues.