diff --git a/CHANGELOG.md~Stashed changes b/CHANGELOG.md~Stashed changes deleted file mode 100644 index 32c33d5..0000000 --- a/CHANGELOG.md~Stashed changes +++ /dev/null @@ -1,24 +0,0 @@ -## Changelog [react](./REACT.md) version - -##### 2017.08.24 -- webpack.config env.prod -- Dashboard .dropdown-menu-right temp.scss hotfix (full) -- callout.scss .chart-wrapper hotfix (full) - -##### 2017.08.11 -- Bootstrap 4 beta -- Dashboard component (full): - - line chart for social box - - sparkline chart for callout - -##### 2017.08.01 -- Sidebar component: - - title item with optional wrapper and class (_nav.js) - - nav link item with optional badge - - code refactoring - -##### 2017.07.31 -- moved to [reactstrap](https://reactstrap.github.io/) -- moved to [webpack](https://webpack.js.org/) (dropping gulp) -- data driven Sidebar component (_nav.js) - diff --git a/REACT.md~Stashed changes b/REACT.md~Stashed changes deleted file mode 100644 index 8e105f8..0000000 --- a/REACT.md~Stashed changes +++ /dev/null @@ -1,29 +0,0 @@ -# React version - -## Intro -It uses Sass (with .scss). The style is loaded at the component level. - -Dependencies can be handled by **npm**. - -## Directories -``` -React_Full_Project/ -├── src/ (js|jsx source) -├── scss/ (scss source) -├── public/ (html template) - ├── img/ (images) -``` - -## Usage -**npm i** - to install dependencies - -## Sctipts -**npm start** for developing (it runs webpack-dev-server) -**npm run build** to run a dev build -**npm run clean** to clean build dir -**npm run dev** to run a dev build with watching filesystem for changes - -## See also - -[Changelog](./CHANGELOG.md) -[Readme](./README.md) \ No newline at end of file diff --git a/REACT.md~Updated upstream b/REACT.md~Updated upstream deleted file mode 100644 index e992b2b..0000000 --- a/REACT.md~Updated upstream +++ /dev/null @@ -1,36 +0,0 @@ -# React version - -## Intro - -It uses Sass (with .scss). The style is loaded at the component level. - -Dependencies can be handled by **npm**. - -## Directories - -``` -src (js|jsx source) -scss (scss source) -public (html template) -public/img (images) -``` - -## Usage - -**npm i** - to install dependencies - -## Sctipts - -**npm start** for developing (it runs webpack-dev-server) - -**npm run build** to run a dev build - -**npm run clean** to clean build dir - -**npm run dev** to run a dev build with watching filesystem for changes - - -## See also - -[Changelog](./CHANGELOG.md) -[Readme](./README.md) \ No newline at end of file