jayakornk / pronto-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pronto World

This is the new Pronto World template.

How to install gulp

  1. please check make sure you install node
  2. npm install --global gulp-cli
  3. try to check gulp version with command gulp --version

Get start

  1. git clone https://github.com/prontobacon/pronto-world.git
  2. cd pronto-world
  3. yarn install or npm install
  4. run gulp for parse .less to .css
  5. start server with command gulp connect
  6. go to localhost:8080

Authernative Way for VScode plugins

  1. parse less to css with command
    • cmd + shift + p
    • run tasks
    • build less
  2. install live server extension to preview html.

About


Languages

Language:JavaScript 51.1%Language:HTML 24.7%Language:CSS 24.2%