dannramirez / JS_APP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⭐️ First project in JS

To create a new JS project

  1. Create a new folder called my_launchx_app.
  2. Inside my_launchx_app folder, run npm init command in terminal. This will ask you some info about the project, at the end this will generate package.json file.

Dependencies

In this project we will use jest as dev-dependencie

Run project

npm start - to run the project

npm test - to run tests of projects

About


Languages

Language:JavaScript 100.0%