Skip to content

hoa-uit/fullstack-nextjs-strapi-blog

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

#SETUP BACKEND (STRAPI APP)

Clone branch backend Or create by yourself:

npx create-strapi-app backend

Then, run the development server:

cd backend
yarn run develop

#SETUP FRONTEND (NEXTJS-APP)

Clone branch main Or create by yourself:

npx create-next-app frontend

Then, run the development server:

cd frontend
yarn dev

#REQUIRED PLUGIN/LIBRARY Axios

$ npm install axios

Markdown-it

npm install markdown-it --save

Fontawesome

npm install @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome

Format date/time with moment

npm i moment

About

Complete website with nextjs and strapi, reponsive and deploy on heroku and vercel / tạo một website hoàn chỉnh với nextjs, strapi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published