Skip to content

noahdkim/Tab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tab

A to-do list application that organizes tasks by date.

Getting Started

Installing

Install Node.js

  • Update the packages list
sudo apt update
  • Install using the apt package manager
sudo apt install nodejs npm
  • Verify installation
nodejs --version

Initialize package.json file

npm init

Install Vue CLI 3

sudo npm install -g @vue/cli

Install dependencies

cd tab/tab-app
npm install

Run server

npm run serve

Built With

  • Electron - Framework to create a cross-platform application

Authors

  • John Park - Initial work - Github
  • Noah Kim - Initial work - Github

License

Acknowledgments

  • ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •