Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 363 Bytes

File metadata and controls

22 lines (15 loc) · 363 Bytes

Exercise 1

  • Create the following folder/file structure:
/ex_1
  |-- index.js

Todo

  • Init an NPM project inside the ex_1 folder
  • Use ex_1 as project name
  • Configure the project so it runs index.js when we run npm start command

index.js

  • Once we start the project it will otuput the following message:
Running my first script!!