Home

Awesome

Demo typed-mxgraph with webpack

Webpack Typescript Starter from https://github.com/hungtcs-lab/webpack-typescript-starter

How to use

  1. Clone the project locally

    git clone https://github.com/typed-mxgraph/typed-mxgraph-demo.git
    
  2. Switch to the project directory

    cd typed-mxgraph-demo
    
  3. Ensure you use Node 10

    The project doesn't build with Node 12 and 14 at least on Linux.

    npm install
    npm start
    

    If you are using nvm, run

    nvm install 10
    nvm use 10
    
  4. Install npm dependencies, then start the project

    npm install
    npm start
    
  5. Use a browser to access, the default port is 3100: http://localhost:3100