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
77
88Dependencies 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 )
You can’t perform that action at this time.
0 commit comments