Skip to content

Commit c3354fa

Browse files
committed
Hello World!
0 parents  commit c3354fa

File tree

845 files changed

+51399
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

845 files changed

+51399
-0
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2017 creativeLabs Łukasz Holeczek.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
### Check out our React Admin Templates and support CoreUI Development
2+
3+
[<img src="https://genesisui.com/img/bundle2.png">](https://genesisui.com/bundle.html?support=1&utm_source=github&utm_medium=referer&utm_campaign=angular_version)
4+
5+
[Check out React Admin Templates Bundle](https://genesisui.com/bundle.html?support=1&utm_source=github&utm_medium=referer&utm_campaign=angular_version)
6+
7+
# CoreUI React Version - Free React Admin Template
8+
9+
This is React.js version of our Bootstrap 4 admin template [CoreUI](https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template).
10+
11+
Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) & [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!
12+
13+
Why I decided to create CoreUI? Please read this article: [Jack of all trades, master of none. Why Boostrap Admin Templates sucks.](https://medium.com/@lukaszholeczek/jack-of-all-trades-master-of-none-5ea53ef8a1f#.7eqx1bcd8)
14+
15+
CoreUI is Open Source React & Bootstrap Admin Template. CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if it’s not enough, let’s just add the CoreUI consists bunch of unique features and over 1000 high quality icons.,
16+
17+
CoreUI based on Bootstrap 4 and offers 6 versions: HTML5, AJAX, AngularJS, Angular 2, React.js & Vue.js.
18+
19+
CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means also mobile devices, where the navigation is the same easy and intuitive as in desktop or laptop. CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!
20+
21+
<img src="http://coreui.io/assets/img/coreui.png" alt="Free Angular Admin Template">
22+
23+
**NOTE:** Please remember to **STAR** this project and **FOLLOW** [my Github](https://github.com/mrholek) to keep you update with this template.
24+
25+
## Demo
26+
27+
A fully functional demo is available at <a href="http://coreui.io/examples">CoreUI</a>
28+
29+
## What's included
30+
31+
Within the download you'll find the following directories and files, You'll see something like this:
32+
33+
```
34+
CoreUI-React/
35+
├── React_Full_Project/
36+
├── React_CLI_Starter/
37+
38+
```
39+
40+
## Other Versions
41+
42+
CoreUI includes 6 Version for Angular 4, AngularJS, React.js, Vue.js, Static HTML5 and AJAX HTML5.
43+
44+
* [Angular Version (Angular 2+)](https://github.com/mrholek/CoreUI-Angular).
45+
* [AngularJS Version](https://github.com/mrholek/CoreUI-AngularJS).
46+
* [HTML5 AJAX Version](https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template).
47+
* [HTML5 Static Version](https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template).
48+
* [HTML5 React.js Version](https://github.com/mrholek/CoreUI-React).
49+
* [HTML5 Vue.js Version](https://github.com/mrholek/CoreUI-Vue).
50+
51+
## Bugs and feature requests
52+
53+
Have a bug or a feature request? [Please open a new issue](https://github.com/mrholek/CoreUI-React/issues/new).
54+
55+
## Documentation
56+
57+
CoreUI's documentation, is hosted on our website <a href="http://coreui.io">coreui.io</a>
58+
59+
60+
## Copyright and license
61+
62+
copyright 2017 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/mrholek/CoreUI-React/blob/master/LICENSE).
63+
creativeLabs Łukasz Holeczek reserves the right to change the license of future releases. You can’t re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI.
64+
65+
## Support CoreUI Development
66+
67+
CoreUI is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by donating on [PayPal](https://www.paypal.me/holeczek) or buying one of our [premium bootstrap 4 admin templates](https://genesisui.com/bundle.html?support=1&utm_source=github&utm_medium=referer&utm_campaign=react_version).
68+
69+
As of now I am exploring the possibility of working on CoreUI fulltime - if you are a business that is building core products using CoreUI, I am also open to conversations regarding custom sponsorship / consulting arrangements. Get in touch on [Twitter](https://twitter.com/lukaszholeczek).

React_Full_Project/.babelrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"presets": [
3+
["react"], ["env"]
4+
],
5+
"plugins": ["transform-object-rest-spread"]
6+
}

React_Full_Project/.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
node_modules
5+
6+
# testing
7+
coverage
8+
9+
# production
10+
build
11+
12+
# misc
13+
.DS_Store
14+
.env
15+
.idea
16+
npm-debug.log

React_Full_Project/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Changelog CoreUI react
2+
3+
### 2017.08.11
4+
- Bootstrap 4 beta
5+
- Dashboard component (full):
6+
- line chart for social box
7+
- sparkline chart for callout
8+
9+
### 2017.08.01
10+
- Sidebar component:
11+
- title item with optional wrapper and class (_nav.js)
12+
- nav link item with optional badge
13+
- code refactoring
14+
15+
### 2017.07.31
16+
- moved to [reactstrap](https://reactstrap.github.io/)
17+
- moved to [webpack](https://webpack.js.org/) (dropping gulp)
18+
- data driven Sidebar component (_nav.js)
19+

React_Full_Project/CORE_REACT.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# CoreUI React version
2+
3+
## Intro
4+
5+
It uses Sass (with .scss). The style is loaded at the component level.
6+
7+
Dependencies can be handled by **npm**.
8+
9+
## Directories
10+
11+
```
12+
src (js|jsx source)
13+
scss (scss source)
14+
public (html template)
15+
public/img (images)
16+
```
17+
18+
## Usage
19+
20+
**npm i** - to install dependencies
21+
22+
## Sctipts
23+
24+
**npm start** for developing (it runs webpack-dev-server)
25+
26+
**npm run build** to run a dev build
27+
28+
**npm run clean** to clean build dir
29+
30+
**npm run dev** to run a dev build with watching filesystem for changes

0 commit comments

Comments
 (0)