Skip to content

Application template that combines multiple components of WebCardinal.

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published