Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spike1292/mastering-chrome-devtools


https://github.com/spike1292/mastering-chrome-devtools

Last synced: about 1 month ago
JSON representation

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)