Skip to content

euclid1990/web-fundamentals

Repository files navigation

Web Fundamentals

All of things I've learned from https://developers.google.com/web.

Slide

Prerequisite

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.

Requirements

  • NodeJS: ^8.10 || >=9.10
  • Yarn: ^1.1

Installation

  • Clone project and install dependencies.
$ git clone git@github.com:euclid1990/web-fundamentals.git
$ cd web-fundamentals
$ yarn install

Usage

Start the application.

$ yarn start

Knowledge

  • 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

Contributing

If you find a bug or think something could be better, please file an issue or submit a pull request.