Skip to content

Commit 5aa0cc3

Browse files
committed
chore: update react.md
1 parent d940f92 commit 5aa0cc3

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

REACT.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@ It uses Sass (with .scss). The styles are loaded at the template level with `nod
77

88
Dependencies are handled by **npm**.
99

10-
## Directories
11-
```
12-
CoreUI-React#v2.0.0
13-
├── public/ (static files)
14-
│ ├── assets/ (assets)
15-
│ ├── favicon.ico
16-
│ └── index.html (html temlpate)
17-
18-
├── src/ (project root)
19-
│ ├── containers/ (container source)
20-
│ ├── scss/ (scss/css source)
21-
│ ├── views/ (views source)
22-
│ ├── App.js
23-
│ ├── App.test.js
24-
│ ├── index.js
25-
│ ├── _nav.js (sidebar config)
26-
│ └── routes.js (routes config)
27-
28-
└── package.json
29-
```
30-
3110
## Usage
3211
`npm i` - to install dependencies
3312

@@ -37,5 +16,4 @@ CoreUI-React#v2.0.0
3716

3817
## See also
3918
[Create-React-App](CRA.md)
40-
[Changelog](./CHANGELOG.md)
4119
[Readme](./README.md)

0 commit comments

Comments
 (0)