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
- Host: GitHub
- URL: https://github.com/aakashjhawar/posts-app
- Owner: aakashjhawar
- Created: 2019-10-31T06:42:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T15:15:04.000Z (7 months ago)
- Last Synced: 2025-03-25T06:13:11.803Z (7 months ago)
- Language: TypeScript
- Size: 312 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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/).