mirror of
https://github.com/LukasDzenk/seeium-be.git
synced 2026-05-28 14:07:35 +00:00
No description
- TypeScript 86.5%
- Handlebars 9.1%
- JavaScript 3%
- HTML 0.8%
- Shell 0.6%
| .husky | ||
| migrations | ||
| plopTemplates/verticalSlice | ||
| src | ||
| .env.example | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .node-version | ||
| .prettierignore | ||
| .prettierrc.cjs | ||
| migrate-mongo-config.js | ||
| package.json | ||
| readme.md | ||
| tsconfig.json | ||
| yarn.lock | ||
Project notes
Setup
Prerequisites
- Yarn package manager (v1)
- Node.js (check if you are running a sufficient local version by comparing it to the value of "node" in .node-version file)
Installation
yarn install
Running the project
Development environment
yarn dev
Production environment
yarn build
And then:
yarn start:production
Testing
Run all tests
yarn test