This project was bootstrapped with Create React App
It uses Sass (with .scss). The styles are loaded at the template level with node-sass-chokidar
css preprocessor
Dependencies are handled by npm.
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
npm i
- to install dependencies
npm start
for developing (it runs webpack-dev-server)
npm run build
to run a dev build