/my-budget-docs

Web page based on Angular for documentation storage related to MyBudget App

Primary LanguageTypeScriptMIT LicenseMIT

My Budget Docs My Budget Docs version

Web page based on Angular for documentation storage related to MyBudget App.

What do I need?

Before cloning this repo, I recommend installing the following software:

  • Node >=12.16.1 to install packages
  • Angular CLI to run Angular specific commands

Setup

After cloning the repo, go to the created folder and install the node packages (including Angular CLI at the global level).

git clone https://github.com/NicolasOmar/my-budget-docs.git
cd my-budget-docs
npm run setup

How to run it

To run the app as a non-stopping service and start it in a new browser tab

npm start

To run the service only

npm run local

Branches and Environments

Because I am using GitHub Pages to host the site, I am maintaining the master branch only. Therefore, the following link sends you to the last deployed version.

Find out more

Project Status Angular Repo Node Repo
Trello board for project status & tracking Angular front-end repository Node API repository

License

MIT