You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Finally_ we can run `npm start` and start building out our application!
16
44
17
-
Your project should use a module bundler - we recommend [webpack](https://webpack.js.org/).
45
+
> *Note:* This isn't the only way to bootstrap a `carbon-components-angular` application, but the combination of `@angular/cli` and the `carbon-components` scss is our recommended setup.
18
46
19
47
### Contributing
20
48
21
49
#### Quickstart
22
-
- fork ibm/carbon-components-angular and clone it locally
50
+
- fork IBM/carbon-components-angular and clone it locally
23
51
- run `npm install` to grab all the dependencies, then `npm run storybook` to start storybook
24
52
-**if you are adding a component**:
25
53
- add a folder with your component code, styles, tests and story under `src`
@@ -29,7 +57,6 @@ Your project should use a module bundler - we recommend [webpack](https://webpac
29
57
- consider adding or modifying a test case to cover the fix
30
58
- follow the [Angular style guide](https://angular.io/styleguide)
31
59
- be sure to run `npm test` and `npm run lint` to make sure the tests and linter pass
32
-
- DO NOT change the version number.
33
60
- submit a PR
34
61
35
62
#### Pull request guidelines
@@ -69,8 +96,8 @@ To keep our build dependancies local we use npm scripts to run our webpack, gulp
0 commit comments