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 { Motion, spring, presets } from 'react-motion'; | |
import { findDOMNode } from 'react-dom'; | |
import styled from 'styled-components'; | |
import { pure } from 'recompose'; | |
// import Swipeable from 'depop/utils/Swipeable'; | |
const CarouselContainer = styled.ul` |
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
Then run the 2 mysql servers with: | |
/usr/local/bin/mysqld_multi start --tcp-ip 1,2 |