https://github.com/posabsolute/dashboard
React/Redux Twitter Dashboard
https://github.com/posabsolute/dashboard
Last synced: 12 months ago
JSON representation
React/Redux Twitter Dashboard
- Host: GitHub
- URL: https://github.com/posabsolute/dashboard
- Owner: posabsolute
- Created: 2016-04-11T17:50:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-11T18:07:48.000Z (over 10 years ago)
- Last Synced: 2025-01-23T11:32:55.734Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 381 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Appdirect challenge
=========================
Hi fellow front-end reviewer!
## Installation
```
$ npm install
```
## Run app
```
$ npm start
```
And open in browser: [http://localhost:3000](http://localhost:3000)
## Build
```
$ npm run build
```
## Run Docs
```
$ npm run docs
```