Skip to content
/ light-blue-html5 Public template

Light Blue HTML5 - Admin Dashboard Template built with HTML5

License

Notifications You must be signed in to change notification settings

flatlogic/light-blue-html5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light Blue - HTML5 Version

Quick Start

1. Get the latest version

You can start by cloning the latest version of Sing App Lite on your local machine by running:

$ git clone -o light-blue-html5 -b master --single-branch \
      https://github.com/flatlogic/light-blue-html5.git MyApp
$ cd MyApp

2. Run yarn install

This will install run-time project dependencies and developer tools listed in package.json file.

3. Run yarn build

This command will build the app from the source files (/src) into the output /dist folder. Then open dist/index.html in your browser.

Now you can open your web app in a browser, on mobile devices and start hacking. Then open dist/dashboard/index.html in your browser. The page must be served from a web server, e.g. apache, nginx, WebStorm built-in web server, etc., otherwise some features may not work properly.

3. Run yarn watch

This command will watch for changes in /src and recompile handlebars' templates & scss styles on the fly into html & css accordingly.

For more information please refer to full documentation.