Skip to content

kdujs-templates/simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

kdu-simple-boilerplate

The simplest possible Kdu setup in a single HTML file

This template is Kdu 2.0 compatible.

Before You Start...

This boilerplate is targeted at beginners who want to start exploring Kdu without the distraction of a complicated development environment.

For advanced features such as asset compilation, hot-reload, lint-on-save, unit testing, and CSS extraction, we recommend that more experienced developers use one of the other templates.

Usage

This is a project template for kdu-cli.

$ npm install -g kdu-cli      # Install kdu-cli if you haven't already
$ kdu init simple my-project  # Create a new project based on this template
$ cd my-project               # Navigate into your new project folder

$ npm install -g live-server  # Install live-server if you haven't already
$ live-server                 # Run live-server and open it in your browser

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with kdu-cli:

kdu init username/repo my-project

About

The simplest possible Kdu setup in a single HTML file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages