- You'll find the parallax directive's source in
/projects/ionic-header-parallax/src
. - The source code for the demo app
/src
.
In the root folder:
- Run
npm run watch
to build the directive in watch mode. - Run
npm run link
to point the demo app to use the local directive's source. - Run
ng serve
to launch the demo app.
- Build:
npm run build
- Test with Docker:
bin/test.sh