NOTE: This is not up to date anymore. New docs and website are at https://deepkit.io/documentation

development

npm install

simple

Only angular UI.

npm run start

Then open http://localhost:4200/

full

With server side rendering:

New console: angular

npm run watch:ssr

new console: server

npm run server:watch