Building and Running Invision UI
After cloning/downloading this repository:
npm install
npm run start
ornpm run start:dev
The server will run the guide at http://localhost:8000/styleguide
.
start:dev option
To enable guide to be automatically recompiled upon content changes, open a separate console, and run npm run start:dev