Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 385 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 385 Bytes

Task Management Application - React

alt

API

Use following api

https://github.com/devatsrs/nodejs-mysql-login-api

Install

npm install

Start

npm Start

Deploy

  • npm run build
  • heroku create your-task-app --buildpack mars/create-react-app
  • git push heroku master
  • heroku open