An open API service indexing awesome lists of open source software.

https://github.com/aakashjhawar/posts-app

An Angular app to post article and blogs
https://github.com/aakashjhawar/posts-app

Last synced: 6 months ago
JSON representation

An Angular app to post article and blogs

Awesome Lists containing this project

README

          

# README

Simple Post App using [Angular](https://angular.io).

### Running Locally

```sh
git clone https://github.com/aakashjhawar/posts-app.git #You can also clone your own fork
cd posts-app
npm install
npm start
```

Your app should now be running on [localhost:3000](http://localhost:3000/).