https://github.com/lebcit/node-markdown-blog
https://github.com/lebcit/node-markdown-blog
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lebcit/node-markdown-blog
- Owner: LebCit
- License: mit
- Created: 2023-09-12T16:46:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T17:11:43.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T20:47:28.397Z (over 1 year ago)
- Language: HTML
- Size: 209 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Markdown Blog
Repository of the [detailed tutorial](https://lebcit.github.io/posts/create-a-simple-markdown-based-blog-in-nodejs) about the process of creating a simple Markdown blog in Node.js
## Installation
Download the repository and extract it.
Open the extracted folder in your code editor.
Type the following command in the terminal:
```bash
npm i
```
## The App
After the installation process finishes, type `node index` in the terminal and follow the link to see the final product of the tutorial.
## Kind request
If you have a GitHub account, please consider giving a star to [Blog-Doc](https://github.com/LebCit/blog-doc) and this repository where you can ask me anything about it in the [Q&A section of the discussions](https://github.com/LebCit/node-markdown-blog/discussions/categories/q-a).