manuelLandreau / strapi-nextjs-starter

OUTDATED PROJECT ! Strapi headless CMS + Next JS framework + Easy Peasy store managment + Reactstrap (bootstrap 4) ...
MIT License
6 stars 1 forks source link

OUTDATED PROJECT !

practices changed, and I will not update it anymore

Strapi + NextJS

From the strapi-docker repository, I add a NextJS starter architecture, SASS, Easy-peasy (Store managment with new React HOOKS), reactstrap (Bootstrap 4), ESlint (airbnb) and Axios...

Quickstart (recommended)

  1. git clone https://github.com/strapi/strapi-docker && cd strapi-docker
  2. Run using docker-compose up
  3. Then start the app (NextJS)
cd client
npm install (or) yarn
npm run dev (or) yarn dev

There's a minimalistic script to deploy it

sh ./deploy-app

You should the be able to access your Strapi installation at localhost:1337 and the front app on localhost:3000 in development mode

Environment variables

PR are welcome.