PostlyWebpage is a Angular single-page application written as a part of a University Project. The goal of the project was to create a microblogging plattform.
Nodejs and npm (or a package manager of your choice) are required.
To install and run a dev server execute the following commands inside the root directory of the project:
npm install
npm run startCode documentation can be generated using typedoc to do so run the following commands (the installation has to be done first):
npm run typedoc