initial FBS admin

This commit is contained in:
2021-07-12 09:41:26 +05:30
commit a64f3fdeaf
64 changed files with 2582 additions and 0 deletions

19
REACT.md Normal file
View File

@ -0,0 +1,19 @@
# 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 with `node-sass-chokidar` css preprocessor
Dependencies are handled by **npm**.
## 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)
[Readme](./README.md)