Skip to content

React Starter Kit — a skeleton of an "isomorphic" web application / SPA built with React.js, Express, Flux, ES6+, JSX, Babel, PostCSS, Webpack, BrowserSync...

License

Notifications You must be signed in to change notification settings

simeonpashley/react-starter-kit

 
 

Repository files navigation

Setup

@Mac

Add route to local docker host VM to allow you to access content within the docker machines you create that will exist on the 172.17.x.x subnet

sudo route -n add 172.17.0.0/16 `docker-machine ip default`

@Mac - setup AWS tools locally

# Requires Python
# Run as sudo
pip install awscli

@Mac - Connect to device

 ssh -i ~/Dropbox/aws1.pem ec2-user@ec2-52-30-36-18.eu-west-1.compute.amazonaws.com

@EC2 device

sudo yum update -y
sudo yum install -y docker
sudo service docker start
sudo usermod -a -G docker ec2-user
exit

Re-login to capture user group settings

@EC2

docker info

About

React Starter Kit — a skeleton of an "isomorphic" web application / SPA built with React.js, Express, Flux, ES6+, JSX, Babel, PostCSS, Webpack, BrowserSync...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.7%
  • CSS 18.4%
  • HTML 13.4%
  • Nginx 1.5%
  • Shell 1.0%