Skip to content

DevKhris/task-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management App

Task Management App build with React and Axios with consuming a API REST for managing tasks

License

This project is open-sourced software licensed under the MIT license.

Deplopyment

We will use our CLI (Command Line) for the deployment process can be bash, zsh or either cmd

Clone

Clone or download the repository

	git clone https://github.com/DevKhris/task-management-app.git

Install package dependencies using NPM

	npm install

Deploying

Running Application (Node)

Runs the app in the development mode.\

	npm start

or

	yarn start

Use

Open http://localhost:3000 to view it on browser.

Building for Static Server

You can also build the app by running the next command:

	npm run build

Once build you can deploy it by serving it with a static server:

	npm install -g serve
 
 	serve -s build

About

Task Management App with React and Axios

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published