Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 654 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 654 Bytes

UkrainiansInFact

This is a source code for creative social facilitation website, located at UkrainiansInFact

Build

npm run start

Deploy

npm run deploy

Creation of modules and components

Create new module with routing and it's default component, and route it from app module using lazy-loading

ng g m modules/new-module --module app --routing true --route 'modules/new-module'

Create component in module and route it

ng g c modules/new-module/components/new-component -m=modules/new-module

Contributors are welcome

We look for:

  • UI Designer
  • Angular developer
  • Illustrator