#Home Suite
A home suite consisting of a
- Todo list
- Expense manager
- Habit tracker
Made with VueJS, Webpack, Git and Firebase!
- Install npm
- Sign up for a firebase account
- Install the firebase CLI
firebase init
within the cloned project folder and login- Run
npm run build-deploy
to build & deploy the project to firebase hosting - Run
npm run dev
to start the project locally with HMR