trello-react-scripts
v0.0.11
Published
Create React App template for Trello Power Ups
Downloads
4
Readme
trello-react-scripts
A custom react-scripts
template for Trello Power-Up.
How it works
Make sure you've got create-react-app
installed:
npm install -g create-react-app
Run this command to create your Trello Power-Up:
create-react-app my-power-up --scripts-version trello-react-scripts
This package includes scripts and configuration used by Create React App.
Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.