admin/REACT.md
2018-03-13 17:36:17 +01:00

31 lines
784 B
Markdown

# CoreUI React version
## Intro
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
It uses Sass (with .scss). The styles are loaded at the template level
Dependencies are handled by **npm**.
## Directories
```
CoreUI-React#v2.0.0
├── public/ (html template)
├── assets/ (static assets)
├── src/ (project root)
├── containers/ (container source)
├── scss/ (scss/css source)
├── views/ (views source)
```
## Usage
`npm i` - to install dependencies
## Sctipts
`npm start` for developing (it runs webpack-dev-server)
`npm run build` to run a dev build
## See also
[Create-React-App](CRA.md)
[Changelog](./CHANGELOG.md)
[Readme](./README.md)