BucketList is a web-app designed to help people compile their desired destinations and plan trips around them.
Dependencies
- nodejs: >= v12.20.1 - https://nodejs.org/en/
- On Linux, run
sudo apt install nodejs
. Ensure you've runsudo apt-get update
beforehand.
- On Linux, run
- npm: >= v6.14.4 - https://www.npmjs.com/get-npm
sudo apt install npm
Setting Up & Running
- Ensure you are in the repository directory and run
npm install
to install package dependencies. - Run
npm start
to run the app.