primus852 / angular-nginx-docker

A boilerplate to create project with an angular frontend and a PHP/nginx Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Bolierplate

Frontend / Backend with Docker

Sample Setup

Angular & Symfony

  • Requires NodeJs installed
  • Requires Composer installed
  • Optional: Symfony Installer

Install Angular

  • cd apps
  • npm install -g @angular/cli
  • ng new frontend (any other name requires changes in the Dockerfile)

Install Symfony

  • cd apps
  • (if applicable) symfony new backend (any other name requires changes in the Dockerfile)
  • (if applicable) composer create-project symfony/skeleton backend (any other name requires changes in the Dockerfile)

Run all for development

About

A boilerplate to create project with an angular frontend and a PHP/nginx Backend

License:MIT License


Languages

Language:Dockerfile 100.0%