Skip to content

assembler-institute/es6-and-beyond-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#es6 #assembler-institute #master-in-software-engineering

Assembler Institute: ES6 Workshop Exercises

Getting Started

First, you will need to clone the repo:

$ git clone https://github.com/assembler-institute/es6-and-beyond-exercises.git

Then, you will have to install all the dependencies with npm:

$ npm install

Finally, you will have to start the tests:

$ npm start

Exercises

Once the test is initialized, open the exercise js files in the src/ folder and follow the instructions of each exercise. When you finish the code in the exercise, you can run npx jest 01 for the exercise-01, npx jest 05 for the exercise-05... This npx command must be run in a new console on the root exercises folder.

Author

Dani Lucaci

License

MIT