bookstore-react-redux

A bookstore app created using React and Redux

MIT License

Stars
5

bookstore-react-redux

technologies used

  • node.js
  • react
  • react-dom
  • react-create-app
  • npm
  • css
  • es6
  • webpack
  • git

node.js, react, react-dom, react-create-app, npm, css, es6, webpack and git was used on this project.

the project

this project can be found in https://github.com/cyrus-kiprop/bookstore-react-redux

live version

instructions

to get started with the app, clone the repo:

$ [email protected]:cyrus-kiprop/bookstore-react-redux.git

navigate into the newly created folder:

$ cd bookstore-react-redux

install the dependencies:

$ npm install

bundle the files and start the development server:

$ npm start

visit this link in your browser:

$ http://localhost:8000/

run tests:

$ npm test


In the project directory, you can run:

### `npm start`

Runs the app in the development mode.<br />
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br />
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.<br />
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.<br />
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.<br />
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

contributing

contributions, issues, and feature requests are welcome!feel free to check issues page.

  1. fork it (https://github.com/cyrus-kiprop/bookstore-react-redux/development/fork)
  2. create your working branch (git checkout -b [choose-a-name])
  3. commit your changes (git commit -am 'what this commit will fix/add/improve')
  4. push to the branch (git push origin [chosen-name])
  5. create a new pull request

contributor

cyrus kiprop - gitHub

firmo holanda - gitHub

show your support

give a if you like this project!

license

this project is MIT licensed.

Related Projects