An open API service indexing awesome lists of open source software.

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

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.

Live demo

# 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)