Skip to content

Apress/javascript-next

Repository files navigation

Apress Source Code

This repository accompanies JavaScript Next by Raju Gandhi (Apress, 2019).

Cover image

Download the files as a zip using the green button, or clone the repository to your machine using Git.

Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.

Contributions

See the file Contributing.md for more information on how you can contribute to this repository.

Built With

Getting Started

Prerequisites

Installation

  1. Clone this repo and cd into the root of the project
  2. Install dependencies
yarn install
  1. Verify the code
# to run all the test
yarn run test;
# to run tests in 'watch' mode
yarn run test:watch;
  1. Explore, experiment, and make sure the tests pass.
  2. Profit!

Contact

Raju Gandhi - @looselytyped

Credits

About

Source code for 'JavaScript Next' by Raju Gandhi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published