Skip to content

Asam237/trello-clone

Repository files navigation

Introduction

Trello Clone

This project presents itself as a faithful reproduction of the Trello application, an online project management tool.

Composition

This starter kit is composed of:

Install dependecies

From your terminal:

npm install

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Authors

This project is maintained by:

License

The MIT License.