Skip to content

paralect/js-vacancy-test-task

Repository files navigation

Starting application with Turborepo

To run infra and all services -- just run: npm start 🚀

Turborepo: Running infra and services separately

  1. Start base infra services in Docker containers:
npm run infra
  1. Run services with Turborepo
npm run turbo-start

Using Ship with Docker

To run infra and all services -- just run: npm run docker 🚀

Docker: Running infra and services separately

  1. Start base infra services in Docker containers:
npm run infra
  1. Run services you need:
./bin/start.sh api web

You can also run infra services separately with ./bin/start.sh bash script.

About

A template of Paralect Ship boilerplate for accomplishing test task Full-Stack JavaScript Developer in Paralect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published