/library-workspace

Angular Library workspace to creating and testing angular libraries

Primary LanguageTypeScriptMIT LicenseMIT

Library Workspace

Run Locally

Clone the project

  https://github.com/sametcelikbicak/library-workspace.git

Go to the library project directory

  cd library-workspace

Install dependencies

  npm install

Go to the test application project directory

  cd projects/library-test

Start the server

  npm run start