Take home test for ProjectMark
Install NodeJS, TypeScript, ExpressJS and ESLint with initial configuration files. Add initial instructions to README.md |
||
---|---|---|
src | ||
.gitignore | ||
eslint.config.mjs | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
ProjectMark-Rodrigo
Take home test for ProjectMark
Run the project
This project requires NodeJS version 19 or newer.
- Install dependencies:
npm install
Start project:
npm run start