A single-page-application demonstrating the use of svg.rx.js (GitHub) JavaScript library.
The project also can be used as a Svelte 3 / Routify template. Much details goes into how such projects are built, served at development, and deployed. Here's my take of good practises.
Based on:
- sveltech/routify-starter (GitHub)
- sveltech/routify-site (GitHub)
npm
Install the tools and dependencies:
$ npm install
$ npm run dev
...
Your application is ready~! 🚀
- Local: http://0.0.0.0:5000
- Network: http://192.168.1.234:5000
────────────────── LOGS ──────────────────
This builds the demos and serves them. Changes to the code will be reflected in the browser, without need of refresh. 😏
Open the mobile device's browser at http://192.168.1.234:5000 (IP mentioned by npm run dev).
This allows you to experiment with the demos.
See:
TODO.md- GitHub Issues
for ways to help
- How to Use npm as a Build Tool - (blog, Dec 2014) by Keith Cirkel