Skip to content

vaaas/simpler-test

Repository files navigation

Simpler code test

Running the project (development)

Requirements:

  • linux or similar POSIX environment
  • POSIX-compliant shell
  • podman
  • podman-compose

Docker container utilities should work instead of podman without any modifications, but were not tested. You do not need any Javascript tooling; the development container has everything required for development.

Steps:

  1. run ./run.sh build to build the base development container
  2. run ./run.sh setup to install dependencies and development dependencies
  3. run ./run.sh dev to start the containers and services
  4. you should be able to access the application under http://localhost:10001

Other utilities

Run all type checks through ./run.sh npm run check.

Run the storybook with mocks ./run.sh npm run storybook. Storybook listens to http://localhost:10002.

Run unit tests with ./run.sh npm run test.

Run the linter with ./run.sh npm run lint.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages