This repository accompanies JavaScript Next by Raju Gandhi (Apress, 2019).
Download the files as a zip using the green button, or clone the repository to your machine using Git.
Release v1.0 corresponds to the code in the published book, without corrections or updates.
See the file Contributing.md for more information on how you can contribute to this repository.
- Clone this repo and
cd
into the root of the project - Install dependencies
yarn install
- Verify the code
# to run all the test
yarn run test;
# to run tests in 'watch' mode
yarn run test:watch;
- Explore, experiment, and make sure the tests pass.
- Profit!
Raju Gandhi - @looselytyped
- Many thanks to Kriasoft for creating Babel Starter Kit and distributing it under the MIT License