Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bahdcoder/testing-javascript-workshop
- Owner: bahdcoder
- Created: 2019-12-04T11:04:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:52:32.000Z (about 2 years ago)
- Last Synced: 2023-03-08T01:28:36.939Z (almost 2 years ago)
- Topics: javascript, jest, nodejs, react, testing, testing-tools, vue
- Language: JavaScript
- Homepage: https://katifrantz.com/testing-javascript-applications-workshop/
- Size: 14 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
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 !