Skip to content

ReactGirl/kanban

 
 

Repository files navigation

KanBan

Getting Start

Run the following commands in your terminal

git clone https://github.com/LucasBassetti/kanban.git
cd kanban
npm install
npm start

Then open http://localhost:9000/ on your web browser.

Testing

  1. Run npm test for simple test.
  2. Run npm run test:watch for watch tests.
  3. Run npm run test:coverage for test coverage. This will generate a coverage folder. Open the index.html file in this folder to check the results.

Deploying

For deployment, run npm run build and upload docs/ to your server.

License

MIT · Lucas Bassetti

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.4%
  • CSS 25.0%
  • HTML 0.6%