Skip to content

webcardinal/webcardinal-app-starter

Repository files navigation

Description

Application template that uses WebCardinal.

How to make it run on your side

Clone it

git clone https://github.com/webcardinal/webcardinal-app-starter my-application

Install components of your Application

cd my-application
npm install

Now you should see a folder: .dev.

In this folder you have the WebCardinal bundle and other dependecies.

Generate the distribution

# production ready distribution
npm run build

# development usage
# npm run dev 

The default output target is webcardinal directory.

Run local server

npm run server

See it in your browser

Just open http://127.0.0.1:8000 with you favorite browser.

About

Application template that combines multiple components of WebCardinal.

Resources

Stars

0 stars

Watchers

5 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors