Skip to content

saoudi-h/next-js-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

next-js-blog

Welcome to next-js-blog, a simple blog project designed to introduce you to the Next.js framework. This project is intended for beginners who are looking to get started with these technologies and build a basic blog.

Getting Started

To get started, clone this repository and

run npm install 

to install the necessary dependencies. Then

run npm run dev

run npm run dev to start the development server. The application should be available at here.

Project Structure

The project is structured as follows:

  • pages: This directory contains the application's pages, with each page represented by a separate file.
  • components: This directory contains reusable components that can be used across multiple pages.
  • posts: this folder contains articles in the form of structured '.md' files that will be extracted and published on our blog.
  • public: This directory contains static assets such as images and fonts that are served directly by the server.

Questions or Feedback

I enjoyed following this tutorial and learning about Next.js and React and invite you to do the same here.

If you have any questions or feedback, please don't hesitate to let me know.

About me.

Author: Hakim Saoudi Email: saoudihakim@gmail.com linkedIn: https://www.linkedin.com/in/hakim-saoudi/