Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 737 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 737 Bytes

🌈 react-color-palette

A color palette picker inspired by flatuicolor built with React & material UI

 

 

Installation

$ git clone https://github.com/Asifm95/react-color-palette.git
$ cd react-color-palette
$ npm install

Start & watch

$ npm start

Open http://localhost:3000 to view it in the browser.

Simple build for production

$ npm run build