https://github.com/alphalawless/blog-nextjs
A blog project made with Next.js 🐺
https://github.com/alphalawless/blog-nextjs
Last synced: 3 months ago
JSON representation
A blog project made with Next.js 🐺
- Host: GitHub
- URL: https://github.com/alphalawless/blog-nextjs
- Owner: AlphaLawless
- Created: 2022-01-27T04:14:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T04:48:38.000Z (over 4 years ago)
- Last Synced: 2025-01-17T22:44:48.423Z (over 1 year ago)
- Language: JavaScript
- Homepage: blog-nextjs-ochre-eta.vercel.app
- Size: 850 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog with [Next.js](https://nextjs.org/learn) 🔥
This mini blog project was made following the lessons of the Next.js documentation.
I was able to learn a lot from Next.js by following its own documentation. Its biggest features without a doubt such as Pre-rendering (SSG, SSR), Data Fetching, and also the most used method getStaticProps, in addition to getStaticPaths in Dynamic Routes.
## Tools 🧰
- [React](https://pt-br.reactjs.org)
- [Next.js](https://nextjs.org)
- [remark](https://www.npmjs.com/package/remark)
- [remark-html](https://www.npmjs.com/package/remark-html)
- [gray-matter](https://github.com/jonschlinkert/gray-matter)
- [date-fns](https://date-fns.org)
## Run project 🚧
Clone repository
```
git clone https://github.com/AlphaLawless/Blog-nextjs
```
Install dependencies
```
npm install
```
Run project
```
npm run dev
```
## [Deploy](https://blog-nextjs-ochre-eta.vercel.app/) 🚀

## Made by 👷🏽
