hyusetiawan / unopico-examples

list of examples for unopico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#UnoPico examples Each folder is an example how to leverage unopico's platform. Kitchen sink is a good place to start as it has all of the modules available.

Please note that due to browser security restriction, you have to run each folder (per app) inside a webserver. To do so, open command line and go into the folder of your app:

  • Python 3: python -m http.server
  • Python 2: python -m SimpleHTTPServer
  • PHP: php -S localhost:8000

then open http://localhost:8000, you will see a welcome message in your dev console

About

list of examples for unopico


Languages

Language:HTML 55.3%Language:JavaScript 42.4%Language:CSS 2.2%