Skip to content

Instantly share code, notes, and snippets.

View sergioestebance's full-sized avatar

sergio estebann sergioestebance

View GitHub Profile
@sergioestebance
sergioestebance / App.js
Last active October 11, 2018 14:55
auth implementation
import React from 'react';
import { Router, Route } from 'react-router-dom';
import loadable from 'react-loadable';
import LoadingComponent from 'components/Loading';
import history from './../constants/history';
//import * as routes from './../constants/routes';
// 3rd
import 'styles/antd.less';
import 'styles/bootstrap/bootstrap.scss'
@sergioestebance
sergioestebance / INSTALLATION.md
Created February 6, 2016 23:57 — forked from DenisIzmaylov/INSTALLATION.md
OS X 10.11 El Capitan: fresh install with Node.js (io.js) Developer Environment

OS X 10.11 (El Capitan) / Node.js and io.js Developer Environment

Custom recipe to get OS X 10.11 El Capitan running from scratch with useful applications and Node.js Developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after fresh install.

Content