git clone https://github.com/Firestitch/component-boilerplate.git
cd componenent-boilerplate
git submodule init
git submodule update
npm install
npm run serveFor create your own library just start coding into ./src folder and test how it works in
./playground. They are separated angular modules for library sources and testing.
Folders in src folder must contain index.ts files which contain exports for all your components/services and etc. like in this example.
-
npm run serve- Starts the playground web server -
npm run lint- Validates the package -
npm run release- Builds the release directory for publishing to NPM