File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -7,27 +7,6 @@ It uses Sass (with .scss). The styles are loaded at the template level with `nod
7
7
8
8
Dependencies are handled by ** npm** .
9
9
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
-
31
10
## Usage
32
11
` npm i ` - to install dependencies
33
12
@@ -37,5 +16,4 @@ CoreUI-React#v2.0.0
37
16
38
17
## See also
39
18
[ Create-React-App] ( CRA.md )
40
- [ Changelog] ( ./CHANGELOG.md )
41
19
[ Readme] ( ./README.md )
You can’t perform that action at this time.
0 commit comments