Go to file
Kuba Orlik dd9362f9e4 Checkpoint. Need to add an easy way to read route params to render a single sealious item
assets Initial commit
docker Bring the repo up to speed with our recent developments
src Checkpoint. Need to add an easy way to read route params to render a single sealious item
vroom-conf Checkpoint. Need to add an easy way to read route params to render a single sealious item
vroom-frontend Checkpoint. Need to add an easy way to read route params to render a single sealious item
.arcconfig Bring the repo up to speed with our recent developments
.arclint Linter to consider ts and scss files as well
.eslintrc.js Bring the repo up to speed with our recent developments
.gitignore Checkpoint. Need to add an easy way to read route params to render a single sealious item
.hintrc Bring the repo up to speed with our recent developments
.hintrc.local.json Bring the repo up to speed with our recent developments
.prettierrc added collections back to playground
README.md Checkpoint. Need to add an easy way to read route params to render a single sealious item
docker-compose.yml Checkpoint. Need to add an easy way to read route params to render a single sealious item
esbuild.js Checkpoint. Need to add an easy way to read route params to render a single sealious item
get-map.sh Checkpoint. Need to add an easy way to read route params to render a single sealious item
jenkins.prepare.sh Bring the repo up to speed with our recent developments
jenkins.sanity.sh Bring the repo up to speed with our recent developments
jenkins.start.sh Bring the repo up to speed with our recent developments
jenkins.stop.sh Remove node_modules on stop
nodemon.json Automatyczne killowanie portu przy nodemonowym restarcie
npm.sh Bring the repo up to speed with our recent developments
package-lock.json Checkpoint. Need to add an easy way to read route params to render a single sealious item
package.json Checkpoint. Need to add an easy way to read route params to render a single sealious item
secrets.example.json Jenkins scripts
webpack.config.js Better webpack config

README.md

Sealious App

Requirements

  • docker
  • docker-compose (version 2.6 or up)

Installation

./get-map.sh
./npm.sh install
docker-compose build

Always use ./npm.sh when installing dependencies.

Running the app in development mode

docker-compose up -d
npm run watch

Testing

./npm.sh run test