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

https://github.com/posabsolute/redux-test-app


https://github.com/posabsolute/redux-test-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Test App
=========================

## Table of Contents

- [About](#about)
- [Installation](#installation)
- [Run](#run)

## Installation
```
$ npm install
```

## Run app
```
$ npm start
```
And open in browser: [http://localhost:3000](http://localhost:3000)

## Build
```
$ npm run build
```

## Run karma
```
$ npm test
```