Skip to content

markorusic/trello-client-app

Repository files navigation

Trello Clone App

Project setup

Setup local env file:

cat .env.example > .env

Now edit .env, and set your tokens:

REACT_APP_TRELLO_API_BASE_URL=https://api.trello.com/1
REACT_APP_TRELLO_API_KEY=********

Install node modules:

npm i

Start dev server:

npm start

Build for production:

npm run build

Releases

No releases published

Packages

No packages published

Languages