This folder contains the source code for the memory-viz-webstepper
project.
To run the demo website locally, follow these instructions from the memory-viz/webstepper/
folder.
Note: you can instead run the commands in the root project directory by adding the argument --workspace=webstepper
.
-
First, build the assets using Webpack:
$ npm run build-dev
-
Then run the website:
$ npm start
-
Visit the website at
http://localhost:9000
.