Skip to content

rlunadev/blog

Repository files navigation

Blog Angular

run ui

npm install
ng serve -o

run serve

use Visual Studio 2017 released after march 2018
for comments of posts we use Disqss

Install bootstrap 4

npm install jquery --save 
npm install popper.js --save
npm install bootstrap@4 jquery --save

register css and js in angular.json

"styles": [ "src/styles.css", "node_modules/bootstrap/dist/css/bootstrap.min.css" ], "scripts": [ "node_modules/jquery/dist/jquery.slim.min.js", "node_modules/popper.js/dist/umd/popper.min.js", "node_modules/bootstrap/dist/js/bootstrap.min.js" ]

Requeriments

  • Home
  • Articles
  • Categories
  • Profile
  • Users

Server

localhost:port/api/categorias/:id