Install NodeJS, TypeScript, ExpressJS and ESLint with initial configuration files. Add initial instructions to README.md
19 lines
214 B
Markdown
19 lines
214 B
Markdown
# ProjectMark-Rodrigo
|
|
|
|
Take home test for ProjectMark
|
|
|
|
## Run the project
|
|
|
|
This project requires NodeJS version 19 or newer.
|
|
|
|
- Install dependencies:
|
|
|
|
```sh
|
|
npm install
|
|
```
|
|
|
|
Start project:
|
|
|
|
```sh
|
|
npm run start
|
|
```
|