Skip to content

imsso-bmed/thyroid-part2-desktop3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pxCode HTML Project

Prerequisite

In order to use npm, please install nodejs first

Folder Structure of Source Code

./html html files for components

./scss scss files for components

./assets all asests and images files

./css global css, including fonts.css

./js global javascript files

gulpfile.js the build script

package.json dependency of the modules

Installation

At first time, please install npm modules

npm install

live preview & debugging

npm start

And you can start preview & live coding with debugging via https://localhost:3000

builds for publish

npm run build

And you can get the builds from ./dist folder