Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.08 KB

Awesome Blog

This project an example blog project. Hosted example at https://confident-wing-4240b0.netlify.app/

Generated with Angular CLI version 10.0.3.

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Installation

git clone https://github.com/lukasrakauskas/awesome-blog
cd awesome-blog
npm install

Usage

Run npm start for a dev server. Navigate to http://localhost:4200/.

Run npm build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Run npm test to execute the unit tests via Karma.