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

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

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.