Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 373 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 373 Bytes

SVG | Proof of Concept

Prerequisites

Ensure the correct version of NodeJS (and corresponding NPM version)

nvm install --latest-npm

Set up dependencies

npm install

Dev Environment

Watch (start) web: npm run start

There should be no errors or warning seen. Defaults to localhost:8080

Clean

rm -rf node_modules