All Projects → himynameisdave → safari-training-react

himynameisdave / safari-training-react

Licence: other
Code examples and exercises for Safari LiveTraining course.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to safari-training-react

dsge
Course on Dynamic Stochastic General Equilibrium (DSGE): Models, Solution, Estimation (graduate level)
Stars: ✭ 41 (+241.67%)
Mutual labels:  teaching, exercises
Safaribooks
Download and generate EPUB of your favorite books from O'Reilly Learning (aka Safari Books Online) library.
Stars: ✭ 3,208 (+26633.33%)
Mutual labels:  safari, oreilly
Stay
Stay is a local userscript manager and an extension sample for Safari on iOS/iPadOS.
Stars: ✭ 672 (+5500%)
Mutual labels:  safari
session-buddy
An ultra-light Safari extension helps you save open tabs as collections that can be easily restored later
Stars: ✭ 108 (+800%)
Mutual labels:  safari
reinforcement learning course materials
Lecture notes, tutorial tasks including solutions as well as online videos for the reinforcement learning course hosted by Paderborn University
Stars: ✭ 765 (+6275%)
Mutual labels:  teaching
how-to-api
Workshop to teach how to use and make an API
Stars: ✭ 16 (+33.33%)
Mutual labels:  teaching
packt-mastering-fp
PacktPub "Mastering Functional Programming with JavaScript" video course materials
Stars: ✭ 17 (+41.67%)
Mutual labels:  exercises
alfred-browser-tabs
🔍 Search browser tabs from Chrome, Brave, Safari, etc..
Stars: ✭ 302 (+2416.67%)
Mutual labels:  safari
calfem-matlab
CALFEM - a finite element toolbox for MATLAB
Stars: ✭ 53 (+341.67%)
Mutual labels:  teaching
learn perl oneliners
Example based guide for text processing with perl from the command line
Stars: ✭ 63 (+425%)
Mutual labels:  exercises
wye
Wye is a workshop collaboration software
Stars: ✭ 66 (+450%)
Mutual labels:  teaching
TankLogo
1v1 tank war model built by NetLogo 💥
Stars: ✭ 50 (+316.67%)
Mutual labels:  teaching
deep learning tutorials
deep learning: theory + practice
Stars: ✭ 80 (+566.67%)
Mutual labels:  exercises
utools-recent-projects
uTools 插件, 快速查询最近打开的项目
Stars: ✭ 84 (+600%)
Mutual labels:  safari
R-data-wrangling
Materials for my my R data workshop. https://cengel.github.io/R-data-wrangling/
Stars: ✭ 17 (+41.67%)
Mutual labels:  teaching
teach-r
List of Resources for Teaching R
Stars: ✭ 16 (+33.33%)
Mutual labels:  teaching
WhiteSurFirefoxThemeMacOS
MacOS Big Sur like theme for Firefox on MacOS & Windows. Make your Firefox look like Safari.
Stars: ✭ 243 (+1925%)
Mutual labels:  safari
python3-curso-em-video
Python 3 - Curso em Vídeo
Stars: ✭ 150 (+1150%)
Mutual labels:  exercises
SponsorBlockSafari
Safari web-extension glue code for SponsorBlock
Stars: ✭ 27 (+125%)
Mutual labels:  safari
workshop
Workshop: Micromagnetics with Ubermag
Stars: ✭ 19 (+58.33%)
Mutual labels:  exercises

safari-training-react

Code examples and exercises for Safari LiveTraining course.

Setup

To run all of these examples and exercises, you will need to have NodeJS installed. It is recommended that you look into using Node Version Manager to help simplify installation and management of versions you have installed on your system.

Examples

For each of the examples in this repository, you should cd into them and then install the local dependencies. You can do so with either yarn or npm:

yarn install

npm install

Once you've installed the dependencies, you can run the each application with the one of the following commands:

yarn run start

npm run start

The application will then be opened in your default browser, where it will be served at localhost:3000/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].