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

https://github.com/marcisbee/react-test-app


https://github.com/marcisbee/react-test-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# react-test-app

Fetches data from API with React+Redux.

To start development server, run command:

```ssh
npm run dev
```

To build a bundle for production, run command:

```ssh
npm run build
```

To test the project, run command:

```ssh
npm run test
```

or when writing tests:

```ssh
npm run test:watch
```