RyTaus / graphik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 97.2%Language:HTML 2.8%