mamadoudicko / swarmion-amplify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swarmion example

This template is an fullstack example of a project generated with Swarmion.

Documentation

Find the Swarmion documentation on swarmion.dev

Commands

These commands have to be run at the root of the project.

  • nvm use: set the version of node set in .nvmrc
  • pnpm: install node dependencies in all packages;
  • pnpm package: compile the common packages;
  • pnpm test: launch the tests in all packages;
  • pnpm deploy: deploy all the end services in order;
  • pnpm generate-service myService: create a simple service in the repository's structure respecting our guidelines
  • pnpm generate-library myLibrary: create a simple internal library in the repository's structure respecting our guidelines
  • cd frontend/app && pnpm start: start the frontend application

About


Languages

Language:TypeScript 62.5%Language:JavaScript 28.3%Language:CSS 4.6%Language:Shell 3.6%Language:HTML 1.0%