/graphviz-scaffolding

Webpack based Graphviz Scaffolding

Primary LanguageTypeScript

Graphviz Scaffolding

Getting started

  1. Edit package.json and change name to your project

  2. Install nvm

  3. Install node

    nvm install
  4. Install dependencies

    npm install

    Build step will run automatically after deps.

  5. Run the whole thing. Open http://localhost:9000/ (edit webpack.config.js to alter the port).

    npm start
  6. Open src/app.ts and make your changes. Webpack will reload the app automatically.

Good luck!