box-model / box-model.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Box Model

The main js file is in the src folder (index.js) all of code is located to src folder.

Quick start for local development

1 . Download required dependecies

 npm install  
  1. Run a local server on port 8080
 npm run start:dev

note: npm is a package manager it came with NodeJS installation

Build Release

this will build the final index file and its dependencies, you can set the destionation folder on webpack.config.js.

 npm run build

About


Languages

Language:JavaScript 99.6%Language:CSS 0.4%Language:HTML 0.0%