Skip to content

Darth-Arminius/and-workshop-corejs-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

and-workshop-corejs-solutions

My solutions to the and-digital-workshop-corejs tests

Getting started

1 - install or update nodejs to the latest version:

brew install node

2 - install Jest globally:

npm install -g jest

3 - install nodemon globally

npm install -g nodemon

4 - install node modules

npm install

** You should run the tests individually **

jest --watch <test-file>

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

nodemon <file>

This will also be used for running the server in exercise 14

nodemon server.js

About

My solutions to the and-workshop-corejs tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published