Skip to content

oifelipesan/ntask-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTask React

Task management web client that consumes an NTask API

This is a project for educational purposes on how to create a web client using JavaScript ES6.

Modules

And there's more in the project package.json.

Installation

  • Clone the repository: git clone git@github.com:oifelipesan/ntask-react.git
  • Access the project directory: cd ntask-react
  • Install the dependencies: yarn install or npm install
  • Start: yarn start or npm start