An expense manager app with authentication, user accounts, routing, form validation, database storage.
# Clone this repository
$ git clone https://github.com/your-username/GoodBudget.git
# Go into the repository
$ cd expenisfy-app
# Install dependencies
$ yarn install
# Run website
$ yarn run dev-server
This should launch the website on localhost:3000
.