Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

devleague/docker-angular-template

Open more actions menu

Repository files navigation

Use ng serve to start the react server

docker-compose up to start the backend server along with postgres and redis.

"nodemonConfig": {
  "watch": ["server"]
},

The nodemonConfig tells nodemon to only watch the server dir.

The proxy.conf.json file setups the proxy for the ng server to redirect all traffic on /api to go to the backend docker instance instead.

The way the knexfile is setup, there is a single configuration shared by both development and production.

Migrations and Seeds are now run automatically on launching the express docker container via the deploy-*.js files. It also launches the server with node in production mode or launches nodemon watching all files in development mode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.