https://github.com/viewstools/colour-picker
A mobile-ready colour picker made in Views and React
https://github.com/viewstools/colour-picker
colour mobile picker react views
Last synced: about 1 year ago
JSON representation
A mobile-ready colour picker made in Views and React
- Host: GitHub
- URL: https://github.com/viewstools/colour-picker
- Owner: viewstools
- Created: 2017-05-29T20:30:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T15:04:02.000Z (about 9 years ago)
- Last Synced: 2025-02-09T19:35:30.884Z (over 1 year ago)
- Topics: colour, mobile, picker, react, views
- Language: JavaScript
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# colour-picker
A mobile-ready colour picker in Views and React :)
Check it out at http://smoggy-stove.surge.sh
Get the deps:
```
yarn
```
run the web app!
```
yarn start
```
and the views morpher:
```
yarn run views
```
The browser will open it automatically.
To build the app, run:
```
yarn run build
```
Your files will be on the `build` directory.
If you want it quickly on the web, you can run:
```
yarn run deploy
```
It will upload your app to surge.sh. If you don't have it installed yet, run:
```
yarn global add surge
```
Check [this guide out](https://daveceddia.com/deploy-create-react-app-surge/) if you have any
troubles with it.