Skip to content

coolpankaj/todo-host

Repository files navigation

Todo Front-End Hosting

This contains dist folder for hosting using nginx.

We can generate dist folder using following command.

> ng build --prod
  • ng build --prod generates build version of app for hosting puposes.
  • It uses AOT(Ahead Of Time) compilation technique to make app more easily accessible.
  • AOT also helps to reduce load time of app.

Documentation

All required api documentation using apiDoc.

Apidoc - Api Documentation for todo app backend

Authors

Acknowledgements

  • I would like to thank my friends who supports me during the development of this app.