Skip to content

zoonman/graphviz-scaffolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Webpack based Graphviz Scaffolding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published