Last active
July 22, 2019 17:23
-
-
Save iamwhitebox/b5ceabc0a23be1d3c731e6907bcbdf44 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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