0.1.0 • Published 6 years ago

graphik v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

graphik

To bring up a window to test via a browser.

  • npm install
  • in live_test folder edit the file main.js. Put whatever code you'd like to test in the file. A starter file is provided for you.
  • additionally you may create a file styles.js to style the live_test page.
  • create a file in live_test named: bundle.js
  • npm run-script build
  • navigate to live_test folder and start a http server.
  • open your browser to the localhost
  • every time you change code you must rerun npm run-script build