A Collection Of Book Manager Library Using ReactJS & Redux
-
Clone repository
$ git clone https://github.com/afsori/Book-Manager-Library-With-Redux.git
-
Install depedencies
# with npm
$ npm install
# or with yarn
$ yarn install
# install Redux
$ npm install --save redux
# install axios
$ npm install axios
# install react-bootstrap
$ npm install react-bootstrap bootstrap
- Start Web server
$ npm start
- ReactJS
- React-bootstrap
- Redux
- Axios
- react-bootstrap - The most popular front-end framework Rebuilt for React.
- react-router-dom - DOM bindings for React Router.
- axios - Promise based HTTP client for the browser and node.js
- Redux - A predictable state container for JavaScript apps.
index.js
- Entry point of our aplication & Define all routes hereApp.js
- this folder for the Home pagesrc/Components
- This folder containt files that define all componentssrc/Public
- this folder for the Redux configuration
Copyright © 2019 by M. Afsori