Strapi_ColorPicker_Plugin
Strapi_ColorPicker_Plugin copied to clipboard
Strapi Color Picker Plugin
Boilerplate for the development of a custom Color Picker input field for Strapi. Based on the Strapi's Food Advisor starter
1. Clone the project
Clone the project
2. Start Strapi from the ./api folder
Path: /api:
Run the following from your command line:
cd api && yarn && yarn run seed && yarn develop
Then, follow Step 3. Create an admin user to create an Administrator.
You will find more information and options in the api README.
3. Start the front-end from the ./client folder
Path: /client:
Run the following from your command line:
cd client && yarn install && yarn start
You will find more information and options in the client README.
4. Explore the plugin folder
Path: /api/plugins/colorPicker - Direct Link