Skip to content

Instantly share code, notes, and snippets.

View bastienff's full-sized avatar
🇨🇱

Sebastián Fuentes bastienff

🇨🇱
View GitHub Profile
@bastienff
bastienff / Router.js
Created May 29, 2019 20:04 — forked from dabit3/Router.js
Router implementation for React Authentication
import React from 'react'
import {
withRouter,
Switch,
Route,
Redirect,
BrowserRouter as Router
} from 'react-router-dom'
import { Auth } from 'aws-amplify'
@bastienff
bastienff / sublime-text-3-setup.md
Created October 17, 2017 12:27 — forked from ijy/sublime-text-3-setup.md
My Sublime Text 3 setup.

Sublime Text 3 Setup

Install Package Control

Install Package Control for easy package management.

  1. Open the console with Ctrl+`
  2. Paste in the following:
@bastienff
bastienff / README.md
Created July 10, 2017 04:41 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet