Skip to content

Latest commit

 

History

History

README.md

Github App

Getting started (remote)

See this demo live in your browser at Stackblitz

Getting started (local)

npm install

Dev server

npm run start

Production build

Next, prepare production build and start serving the built files

npm run build:browser
npm run prod