Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 453 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 453 Bytes

🔥 Blog

Technologies

  • NodeJS
  • AngularJS
  • Quill Editor (WYSIWYG)
  • TypeScript
  • JQuery
  • Bootstrap 4

Clone the repo and then follow the next steps:

❗ If you want to run in dev mode

  1. Run npm install
  2. Run npm run start:dev

❗ If you want to compile it

  1. Run npm install
  2. Run npm run build
  3. Run npm start

❗ Running unit tests

  1. Run npm run start:dev
  2. Run npm run test