Skip to content

Commit b74d785

Browse files
committed
example
1 parent 3ee0240 commit b74d785

Some content is hidden

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

41 files changed

+20049
-0
lines changed

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**node_modules**
2+
example/
3+
.DS_Store

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Base on [Bootstrap 12 column grid system](https://v4-alpha.getbootstrap.com/layo
77
- [MediaQuery](#mediaquery)
88
- [Pseudo Element](#pseudo-element)
99
* [Grid](#grid)
10+
* [Example](#example)
1011

1112
More on [Demo](https://richardzcode.github.io/fluid-react-demo/index.html)
1213

@@ -87,3 +88,14 @@ npm install --save fluid-react
8788
```
8889

8990
<img src="media/fluid_react.png" width="360px" />
91+
92+
## Example
93+
94+
```
95+
git clone https://github.com/richardzcode/fluid-react.git
96+
cd fluid-react/example
97+
npm install
98+
npm start
99+
```
100+
101+
Example on [Live](https://richardzcode.github.io/fluid-react-demo/index.html)

example/README.md

+2,229
Large diffs are not rendered by default.

example/build/asset-manifest.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"main.css": "static/css/main.5848f7ef.css",
3+
"main.css.map": "static/css/main.5848f7ef.css.map",
4+
"main.js": "static/js/main.9543fcdd.js",
5+
"main.js.map": "static/js/main.9543fcdd.js.map",
6+
"static/media/logo.svg": "static/media/logo.5d5d9eef.svg"
7+
}

example/build/favicon.ico

3.78 KB
Binary file not shown.

example/build/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.ico"><title>Fluid React Demo</title><link href="/static/css/main.5848f7ef.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/js/main.9543fcdd.js"></script></body></html>

example/build/manifest.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
}
10+
],
11+
"start_url": "./index.html",
12+
"display": "standalone",
13+
"theme_color": "#000000",
14+
"background_color": "#ffffff"
15+
}

example/build/service-worker.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/build/static/css/main.5848f7ef.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/build/static/css/main.5848f7ef.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/build/static/js/main.9543fcdd.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/build/static/js/main.9543fcdd.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Loading

0 commit comments

Comments
 (0)