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.
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.
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.
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.
Author: Hakim Saoudi Email: [email protected] linkedIn: https://www.linkedin.com/in/hakim-saoudi/