Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spike1292/mastering-chrome-devtools
https://github.com/spike1292/mastering-chrome-devtools
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/spike1292/mastering-chrome-devtools
- Owner: spike1292
- License: mit
- Created: 2023-03-23T09:20:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T10:06:21.000Z (almost 2 years ago)
- Last Synced: 2023-08-02T12:29:59.839Z (over 1 year ago)
- Language: JavaScript
- Size: 6.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Become a better developer? Mastering Chrome devtools
`Console.log` is ontzettend handig tijdens ontwikkelen, maar de Chrome devtools kunnen nog veel meer!
Wil jij ook ontdekken hoe je sneller en beter applicaties kunt aanpassen en debuggen?
Tijdens deze sessie leer je het allemaal, theorie afgewisseld met praktijk en je gaat met een flinke dosis
extra kennis naar huis!## Requirements
- [git](https://git-scm.com/downloads)
- [vscode](https://code.visualstudio.com/) / webstorm
- [node 16 or higher](https://nodejs.org/en/download/)
- Chromium based browser eg.
- Chrome
- Edge
- Vivaldi
- Opera
- Brave## How to use
```bash
git clone https://github.com/quintor/mastering-chrome-devtools.git
cd mastering-chrome-devtools
npm install
npm start
```Then visit [http://localhost:3000](http://localhost:3000)
## If you'd like the app to automatically reload on changes
```bash
git clone https://github.com/quintor/mastering-chrome-devtools.git
cd mastering-chrome-devtools
npm install
npm run watch
```Then visit [http://localhost:3000](http://localhost:3000)