Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 475 Bytes

Docker Nginx Socket.io Redis React

screen shot 2016-08-07 at 15 02 08

Expect docker and docker-compose is installed

production

./start.sh

open localhost

development

npm start       // for prepare and run containers
npm run dev     // for run frontend dev server (outside container)

open localhost:8080