Skip to content

personal-island9353/eloquent-js

Repository files navigation

About this project

Code to work along the Eloquent JavaScript book from Marijn Haverbeke

Getting started

  • Setup nodejs:
nvm use
  • Install dependencies:
npm install

Useful commands

Format code

npm run format

Lint code

npm run lint

Run tests

npm run test

Run tests in watch mode

npm run test:watch

About

Code to work along the Eloquent JavaScript book from Marijn Haverbeke

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published