File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The main objectives of this application are to:
13
13
1 . This project focuses on implementing scalable CSS architecture for maintainable and consistent styles.
14
14
2 . It designs reusable React components using effective design patterns for modularity and composability.
15
15
3 . The components are built with TypeScript to ensure type safety and improve code maintainability.
16
- 4 . Unit and visual regression testing are incorporated to maintain component stability and catch layout or style issues.
16
+ 4 . Unit and visual regression testing are incorporated to maintain component stability and catch style issues.
17
17
5 . Storybook is used to document components and establish a consistent design system for collaboration.
18
18
<hr />
19
19
@@ -46,7 +46,9 @@ Core technologies used:
46
46
47
47
6. Commit the project:
48
48
` ` ` sh
49
- yarn commit
49
+ npm commit
50
+
51
+ - ** Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.**
50
52
51
53
# # NPM Packages
52
54
@test.ds.e/foundation
@@ -61,5 +63,3 @@ npm install @test.ds.e/react
61
63
``` bash
62
64
npm install @test.ds.e/scss
63
65
```
64
-
65
- - ** Open [ http://localhost:3000 ] ( http://localhost:3000 ) with your browser to see the result.**
You can’t perform that action at this time.
0 commit comments