Skip to content

Darth-Arminius/and-workshop-corejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORE JS WORKSHOP

1 - fork and clone this repo on your machine

2 - install or update nodejs to the latest version (8):

brew install node

3 - install Jest globally:

npm install -g jest

4 - install nodemon globally

npm install -g nodemon

5 - install node modules

npm install

** You should run the test individually **

jest --watch <test-file>

For the non test file, use nodemon to automatically load the change you (eventually) make

nodemon <file>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%