lss-client-api
v1.0.6-BETA
Published
local service server client api.
Downloads
13
Readme
It uses:
- SCSS with linting and autoprefixer
- JavaScript with webpack using babel and linting
- html partials and minify with post-html
- browser-sync
The compiled files will go to the directory "/dist"
- from
src/scss
todist/index.css
- from
src/js
todist/bundle.js
- from
src/views
todist/
- from
src/images
todist/images
Getting Started
- Install dependencies
npm install
- Build resources
npm run build
- Watch for changes
npm run watch