Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bahdcoder/testing-javascript-workshop

Testing javascript workshop by Kati Frantz
https://github.com/bahdcoder/testing-javascript-workshop

javascript jest nodejs react testing testing-tools vue

Last synced: 3 months ago
JSON representation

Testing javascript workshop by Kati Frantz

Awesome Lists containing this project

README

        

# Testing JavaScript Workshop by Kati Frantz

Before coming for the workshop, please make sure you are completely setup. You need to clone this repository and install dependencies.

### Setup codebase for workshop

- Clone this repository with the command: `git clone https://github.com/bahdcoder/testing-javascript-workshop.git`
- Install base dependencies `npm install`
- Install all sections dependencies easily by running `npm run setup`

That's it :tada: ! You're ready for the workshop. See ya in person !