Created
June 4, 2018 10:59
-
-
Save agalazis/ef3ae658c416ecfbf3e9d5544d8dc9bc 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
create-nx-workspace modulename --npm-scope=@modulename | |
ng generate lib components | |
ng generate module atoms --app="components" | |
ng generate module molecules --app="components" | |
ng generate module organisms --app="components" | |
ng generate app hospital-admin --routing | |
npm i -g @storybook/[email protected] | |
npm i --save-dev babel-core react react-dom | |
ng generate component atoms/input-field --app=components |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment