Skip to content

santos-pierre/angular-crud-example

Repository files navigation

Angular CRUD Example

Example of a CRUD app based on the jsonplaceholder package json-server, with a set of posts.

Launch Project

  npm install
  # Launch the JSON-SERVER
  npm run start:db
  # Launch Angular
  ng serve

Front library

  • TailwindCSS