https://github.com/posabsolute/redux-test-app
https://github.com/posabsolute/redux-test-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/posabsolute/redux-test-app
- Owner: posabsolute
- Created: 2016-01-08T14:21:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T01:56:10.000Z (over 8 years ago)
- Last Synced: 2025-01-23T11:32:38.172Z (5 months ago)
- Language: JavaScript
- Size: 5.42 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```