bjorndaniel / AngularPlayground

A place to play with angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularPlayground

To run the projects:

CoreBackend

- cd into CoreBackend
- run dotnet restore
- run dotnet run or dotnet watch run to reload on change

jsonplaceholder-test

- cd into jsonplaceholder-test
- run npm install
- install the bootstrap header using npm install ../bootstrap-header-0.0.0.tgz
- run ng serve --port "some portnumber"

bootstrap-header

- cd into bootstrap-header
- run npm install
- run ng serve --port "some portnumber"

To build the bootstrap-header after changes:

- run npm run packagr
- cd into the dist folder
- run npm pack, this will create a new .tgz file with the version number from packge.json

About

A place to play with angular

License:MIT License


Languages

Language:TypeScript 62.9%Language:C# 14.7%Language:HTML 12.7%Language:JavaScript 9.1%Language:CSS 0.6%