Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.35 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.35 KB

React Starter Kit — "isomorphic" web app boilerplate  

React Starter Kit is an opinionated boilerplate for web development built on top of Node.js, Express, GraphQL and React, containing modern web development tools such as Webpack, Babel and Browsersync. Helping you to stay productive following the best practices. A solid starting point for both professionals and newcomers to the industry.

// Create image

docker build -t {image_name} .

// Start Postgres process
docker run --rm -P --name {docker_process_name_of_your_choice} -d {image_name}

// Connect
psql -h localhost -p 32768:{pg_port} -d {database_name} -U {username} --password

psql -h localhost -p 32768 -d stable_dashboard -U admin --password