Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 415 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 415 Bytes

Node Example

This is an example Node project for students to get familiar with running JavaScript in the terminal and using eslint.

Before starting run npm install or npm i to install dependencies.

Open up src/index.js and if you have eslint configured you should see something like this:

Eslint Example
If you see the red squiggly line, then eslint is working properly.