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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |