This project is a CRUD application built by AngularJS. Users are able to create new blog posts, read blog posts, modify existing blog posts, or delete them. You can also manage them by categories or tags.
Deployment: https://blanco-blog.netlify.app/home
- Text/code editor
- npm
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
git clone https://github.com/yuanLeeMidori/blanco.gitcdto the project directory (/blanco)- run
npm ito install dependencies - run
ng serveto start the application - Open your browser, navigate to
http://localhost:4200, you should be able to see the web page loaded
Coming soon!