Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 745 Bytes

README.MD

File metadata and controls

49 lines (26 loc) · 745 Bytes

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