All of things I've learned from https://developers.google.com/web.
Add root CA cert to the browser (Chrome or Chromium).
Browser -> Settings -> (Advanced) Manage Certificates -> Import -> 'ca.pem'
For Ubuntu only, inside "Manage Certificates" setting, you have to choose "Servers" tab before clicking "IMPORT" button.
- NodeJS: ^8.10 || >=9.10
- Yarn: ^1.1
- Clone project and install dependencies.
$ git clone [email protected]:euclid1990/web-fundamentals.git
$ cd web-fundamentals
$ yarn install
Start the application.
$ yarn start
- Launch Android Emulators and iOS Simulators From the Command Line.
$ emulator -list-avds # Lists all AVDs you currently have configured
$ emualtor -avd {name}
$ open -a Simulator
-
Use
10.0.2.2
to access actual machine localhost in the Android emulator. -
Inspect and debug live content on your Android device from your development machine.
If you find a bug or think something could be better, please file an issue or submit a pull request.