/task-manager-react

Primary LanguageJavaScriptMIT LicenseMIT

Getting Started with Create React App

This project was bootstrapped with Create React App.

To test the application

Try It Out Now!

Introduction video of my application

Available Scripts Usage

Install dependencies

npm install

Run React dev server (http://localhost:3000)

npm start

Run the JSON server (http://localhost:5000)

npm run server

To build for production

npm run build