https://github.com/fatihtatoglu/fatihtatoglu.github.io
Fatih Tatoğlu Blog
https://github.com/fatihtatoglu/fatihtatoglu.github.io
blog enginaer fatih tatoglu
Last synced: 9 months ago
JSON representation
Fatih Tatoğlu Blog
- Host: GitHub
- URL: https://github.com/fatihtatoglu/fatihtatoglu.github.io
- Owner: fatihtatoglu
- License: mit
- Created: 2021-11-30T14:05:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T19:14:59.000Z (over 2 years ago)
- Last Synced: 2023-11-29T20:28:00.103Z (over 2 years ago)
- Topics: blog, enginaer, fatih, tatoglu
- Language: JavaScript
- Homepage: https://blog.tatoglu.net
- Size: 8.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fatih Tatoğlu Blog
This is my blog site.
## Local Execution
```bash
npm install --global gulp-cli
```
### Install `http-server`
```bash
npm install --global http-server
```
### Start application
```bash
http-server ./dist -a localhost -d false -c-1
```