/Projects-Dashboard

React project-list dashboard with edit, delete and drag & drop features.

Primary LanguageJavaScriptMIT LicenseMIT

My Projects Dashboard alt text

View a live demo of the application.

Setup

npm install

Running the app

To get the app up and running in development mode, simply run:

npm start

To run in production mode:

npm run pack

To start the server:

npm run server

Testing

Single run:

yarn test

Watchmode:

yarn test