Skip to content

Commit

Permalink
Merge pull request #9 from theqdev/1.1.3
Browse files Browse the repository at this point in the history
1.1.3
  • Loading branch information
theqdev authored May 16, 2021
2 parents ad4475c + 1e3fb3b commit 7036e23
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ You can also check out the official page of the boilerplate [Here](https://rbb.q

#### Installation and development mode

* `git clone https://github.com/theqdev/react-big-bang`
* `npm run setup` or `npm install`
* `npm start`

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"author": "Qdev Techs",
"license": "MIT",
"dependencies": {
"apisauce": "1.1.1",
"axios": "0.19.0",
"apisauce": "2.1.1",
"axios": "0.21.1",
"bootstrap": "4.3.1",
"object-assign": "4.1.0",
"react": "16.8.6",
Expand Down Expand Up @@ -59,7 +59,7 @@
"babel-preset-react": "6.24.1",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-1": "6.24.1",
"browser-sync": "2.26.12",
"browser-sync": "2.26.14",
"chalk": "2.0.1",
"concurrently": "3.5.0",
"connect-history-api-fallback": "1.3.0",
Expand All @@ -84,10 +84,10 @@
"opn-cli": "3.1.0",
"postcss-loader": "2.0.10",
"prompt": "1.0.0",
"prop-types": "15.5.10",
"prop-types": "15.7.2",
"raf": "3.3.2",
"react-hot-loader": "3.0.0-beta.6",
"react-test-renderer": "16.0.0",
"react-test-renderer": "16.14.0",
"redux-immutable-state-invariant": "2.0.0",
"redux-mock-store": "1.3.0",
"replace": "git+https://github.com/ALMaclaine/replace.git",
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Footer = () => {
</Col>

<Col col={{span:4}}>
<h4>Services</h4>
<h4>Links</h4>
<ul>
<li><Link to="home">Home</Link></li>
<li><Link to="documentation">Documentation</Link></li>
Expand Down
9 changes: 9 additions & 0 deletions src/Containers/Docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ class Docs extends Component {
<h3>Overview</h3>
<p>React Big Bang is a solid foundation for React.js based apps, backed by latest techs and tools to get your React projects on feet in no time. The boilerplate includes basic API call example and UI elements usage example.</p>

<h3>Installation</h3>
<p>To get start run the following commands</p>

<ul>
<li><code>git clone https://github.com/theqdev/react-big-bang</code></li>
<li><code>npm run setup</code> or <code>npm install</code></li>
<li><code>npm start</code></li>
</ul>

<h3>Table of contents:</h3>
<ul>
<li><a href="#routing">Routing</a></li>
Expand Down

0 comments on commit 7036e23

Please sign in to comment.