TricomB2B's starting point for hybrid apps and web-app development
npm install
index.html
and app.js
filespackage.json
.gitignore
file and remove css
, js
, fonts
, and views
directories./src/components
my-component.directive.js
, if necessary create .html
and .scss
files with the same namemy-component.test.js
gulp
/src/scss/_settings.scss
to edit settings, after that you can add custom components or add packages through npm
and import them into the app.scss
file. (Don't forget to add dependencies to the package.json
file!)gulp
uses autoprefixer, so vendor prefixes are not neccesarygulp
runs all commands except test
gulp serve
starts a local server through browsersync, starts watchgulp build
guns all available processes and proxies a URLgulp vendors
compiles all vendor filesgulp test
runs all unit tests and initiates watchgulp test-once
runs all unit tests one time