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
- Host: GitHub
- URL: https://github.com/jojoee/whitt
- Owner: jojoee
- License: mit
- Created: 2017-04-25T17:44:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T09:35:51.000Z (over 7 years ago)
- Last Synced: 2025-05-19T08:11:30.511Z (about 1 year ago)
- Topics: dashboard, react, redux
- Language: JavaScript
- Homepage:
- Size: 265 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whitt
[](https://travis-ci.org/jojoee/whitt)
[](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)