react-donis-docker-starter

A simple project starter with (Ngnix, Reactjs, Redux, Redux Thunk, React Router, AdonisJS, PostgreSQL, Docker, PM2) + (Conventional Changelog with Commitlint, Husky, Git CZ)

Minimal Requirements

  • NodeJs 12.x
  • Docker 18.x
  • Docker-compose 1.25.x

? Install

$ git clone https://github.com/gabriel-roque/react-donis-docker-starter
$ cd react-donis-docker-starter

Configure in development

$ ./entrypoint-dev.sh

Configure in production

$ ./entrypoint-prod.sh

? Run app

$ docker-compose up -d

Check web-app in http://localhost:3000/ for DEVELOPMENT

Check web-app in http://localhost/ for PRODUCTION

Check api in http://localhost:8080

GitHub