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.git
cd
to the project directory (/blanco
)- run
npm i
to install dependencies - run
ng serve
to start the application - Open your browser, navigate to
http://localhost:4200
, you should be able to see the web page loaded
Coming soon!