Skip to content

Instantly share code, notes, and snippets.

@iamwhitebox
Last active July 22, 2019 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamwhitebox/b5ceabc0a23be1d3c731e6907bcbdf44 to your computer and use it in GitHub Desktop.
Save iamwhitebox/b5ceabc0a23be1d3c731e6907bcbdf44 to your computer and use it in GitHub Desktop.
ng new '<project_name>' --routing=true --style=scss --prefix=app --skipInstall
cd bx-scaffold
cd src
# install Framework/**
cd app
mkdir modules && cd modules
# for page in pages
# do
# pull modules from gitlab catalog
# done
# update app.module with feature modules
# update <project_name>.routing.module.ts with new route(s) (TBD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment