Skip to content

pelayochristian/hashnode-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f674cd9 · Jun 21, 2023

History

8 Commits
Aug 18, 2021
Aug 18, 2021
Aug 18, 2021
Aug 16, 2021
Aug 16, 2021
Aug 16, 2021
Aug 16, 2021
Jun 21, 2023
Apr 24, 2022
Apr 24, 2022
Aug 16, 2021
Aug 18, 2021
Aug 18, 2021

Repository files navigation

Hashnode NextJs

Integrate Hashnode to NextJS Project

Deployment Status: Netlify Status

Alt text

First, run the development server:

npm install
npm run dev

Build for production AND generate static website into "out" folder:

npm run build

Fresh up the project dependencies

npm install

Run in production:

npm start

Open http://localhost:3000 with your browser to see the result.

Folder Structure

.
├── ...
├── components          # Components Folder
│   ├── BlogItem.js     # Single Blog component  
│   ├── BlogList.js     # Wrapper component for our  BlogItem   
│   ├── Header.js         
│   └── Layout.js       # Blueprint for our page Layout  
├── pages               # Pages Folder
│  ├── _app.js  
│  └── index.js 
└── ...

About

Integrate Hashnode to NextJS Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published