https://github.com/mikelpmc/beezy-frontend-test
Beezy frontend test, react, redux, tdd
https://github.com/mikelpmc/beezy-frontend-test
css es6 javascript mocha react react-router redux testing
Last synced: 2 months ago
JSON representation
Beezy frontend test, react, redux, tdd
- Host: GitHub
- URL: https://github.com/mikelpmc/beezy-frontend-test
- Owner: mikelpmc
- Created: 2018-09-28T14:49:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T21:56:58.000Z (over 6 years ago)
- Last Synced: 2025-03-20T18:59:35.159Z (3 months ago)
- Topics: css, es6, javascript, mocha, react, react-router, redux, testing
- Language: JavaScript
- Homepage: https://beezy-books-frontend-test.surge.sh
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beezy-frontend-books test
React with redux book store crud app with react-router
It uses bulma as a css framework.# Getting started
## Install
Clone the github repo on your local machine
Project structure
```
- app
- public
- src
- assets
- components
- containers
- pages
- redux
- data
- logic
- utils
```Install dependencies
Start the project
```sh
$ cd app/
$ npm start
```## Running the tests
```sh
$ cd logic/
$ npm test
```Coverage
```sh
$ cd logic/
$ npm run coverage
```## Author
**Mikel Parra** - [mikelpmc](https://github.com/mikelpmc)