Application template that uses WebCardinal.
git clone https://github.com/webcardinal/webcardinal-app-starter my-application
cd my-application
npm install
Now you should see a folder: .dev.
In this folder you have the WebCardinal bundle and other dependecies.
# production ready distribution
npm run build
# development usage
# npm run dev The default output target is webcardinal directory.
npm run server
Just open http://127.0.0.1:8000 with you favorite browser.