Skip to content

alastair-todd/product-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

product-browser

A simple product browser

js-standard-style

Pre-requisites

npm

install node package manager (a.k.a npm, narcoleptic plinky manatees)

Browserify

npm install -g browserify

Install project dependencies

npm install

Development

ESLinting

npm run eslint

Watch Debug (Browserify with source maps)

npm run watch-js-debug

Compile js

npm run build-js

Compile SASS

npm run build-sass

Full build (js + sass)

npm run build

Run jest tests

npm run tests

Start web server

npm run start (visit http://127.0.0.1|0.0.0.0:8000)

Debug (start web server; watch and build javascript + sass; include browserify source maps)

npm run debug (visit http://127.0.0.1|0.0.0.0:8000)

About

A simple product browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published