Frontend Toolkit
Setup
npm install
npm run bootstrap
cd packges/some-package
and continue development with npm run watch
etc.
Other commands
-
npm run test
- Run test for all packages` -
npm run clean
- Removes allnode_modules
directories, runbootstrap
to create them again