This is a Next.js project bootstrapped with create-next-app
.
#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