Skip to content

Commit

Permalink
chore: update react.md
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed May 26, 2020
1 parent d940f92 commit 5aa0cc3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions REACT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,6 @@ It uses Sass (with .scss). The styles are loaded at the template level with `nod

Dependencies are handled by **npm**.

## Directories
```
CoreUI-React#v2.0.0
├── public/ (static files)
│ ├── assets/ (assets)
│ ├── favicon.ico
│ └── index.html (html temlpate)
├── src/ (project root)
│ ├── containers/ (container source)
│ ├── scss/ (scss/css source)
│ ├── views/ (views source)
│ ├── App.js
│ ├── App.test.js
│ ├── index.js
│ ├── _nav.js (sidebar config)
│ └── routes.js (routes config)
└── package.json
```

## Usage
`npm i` - to install dependencies

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

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

0 comments on commit 5aa0cc3

Please sign in to comment.