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

https://github.com/jojoee/whitt

(WIP) Dashboard template
https://github.com/jojoee/whitt

dashboard react redux

Last synced: 2 months ago
JSON representation

(WIP) Dashboard template

Awesome Lists containing this project

README

          

# whitt

[![Travis](https://img.shields.io/travis/jojoee/whitt.svg)](https://travis-ci.org/jojoee/whitt)
[![Coverage Status](https://coveralls.io/repos/github/jojoee/whitt/badge.svg?branch=master)](https://coveralls.io/github/jojoee/whitt?branch=master)

Dashboard template

## Get Started
1. Install Node.js
2. Install global npm: `npm install -g yarn`
3. Build: `yarn build`
4. Open: `yarn open:dist`

## Note
- Redux

## Update
- [x] Build on travis-ci
- [ ] Test
- [ ] First release
- [ ] Snapshot
- [ ] Storybook
- [ ] Implement `redux-undo`
- [ ] Implement `initialState.js`
- [ ] Increase test coverage

## Cli
```
yarn start
yarn build
yarn open:dist

yarn lint
yarn lint:watch
```

## Reference
- Stater project from: [coryhouse/react-slingshot@6.0](https://github.com/coryhouse/react-slingshot/tree/6.0)