Install NodeJS, TypeScript, ExpressJS and ESLint
Install NodeJS, TypeScript, ExpressJS and ESLint with initial configuration files. Add initial instructions to README.md
This commit is contained in:
parent
a37c58ed5e
commit
74c1ee1b7b
6 changed files with 2592 additions and 0 deletions
17
README.md
17
README.md
|
@ -1,2 +1,19 @@
|
|||
# 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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue