Course materials for Webscripting.
Clone the project and run the following npm command:
npm install
To start developing you can start up a webserver with the flowing command:
npm run dev
You can now view the result in your webbrowser at http://localhost:8080/
Feel free to submit issues and enhancement requests.
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.