npm install -g lerna @angular/cli
git clone https://github.com/ngx-plus/ngx-forms.git
cd ngx-forms
and install project dependencies
npm install
This will bootstrap the packages in the ngx-forms repo, installing all of their dependencies and linking any cross-dependencies. After running this command, the demo will use the local version of ngx-forms for development.
lerna bootstrap
This will watch the ngx-forms files and rebuild on changes.
npm run watch
This will fire up a live-reload dev server for the demo.
npm run dev
Many thanks to these awesome contributors!
Brannon N. Darby II 💻 |
Bram Borggreve 💻 |
---|
This project follows the all-contributors specification. Contributions of any kind are welcome!