Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 564 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 564 Bytes

Generator of Test Networks

A small static website based on Graphology.

Demo

https://jacomyma.github.io/generator-test-networks/

Install

Install the dependencies & build the code

# This will install the deps & build the code for production
npm install

# To rebuild the code manually
npm run build

Dev commands

# Just watch the files & retranspile (e.g. when serving app with Apache)
npm run watch

# Watch the files & serve the application on localhost:3000
npm run dev