Skip to content

clecioosouza/kanban-board

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban Board Project

Layout

See the published web app: https://beatrizsabbatini.github.io/kanban-board/

How to run this project on your computer:

After cloning this repository, in the project folder we need to install the dependencies. You can either use yarn or npm for this. Use the command:

yarn

or

npm install

Now for running the project, if you installed the dependencies using yarn, run:

yarn start

or if you used npm, run:

npm start

That´s it! The project will automatically open up in your default browser, using the url:

http://localhost:3000

Scripts that I used to build and deploy:

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

yarn run deploy

Deploys the code from the branch gh-pages to the published url:

https://beatrizsabbatini.github.io/kanban-board/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • HTML 1.5%