jwmerrill / desmos-webpack-repro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desmos Webpack

Attempt to bundle the Desmos API using Webpack

Instructions

  1. Install NodeJS v8.X (LTS)
  2. Copy a version of calculator.js into the vendor/ folder
  3. At command prompt, run:
    npm install
    npm start
  4. Browser should open at http://localhost:8085

About


Languages

Language:JavaScript 67.3%Language:HTML 32.7%