This project an example blog project. Hosted example at https://confident-wing-4240b0.netlify.app/
Generated with Angular CLI version 10.0.3.
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git. OSX and Linux machines typically have this already installed.
- Node.js - Download & Install Node.js and the npm package manager. If you encounter any problems, you can also use this GitHub Gist to install Node.js.
git clone https://github.com/lukasrakauskas/awesome-blog
cd awesome-blog
npm install
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.