/webstarter-with-database

BOILERPLATE: React, Webpack, RethinkDB changefeeds synced with Redux app store

Primary LanguageJavaScriptMIT LicenseMIT

this is an idiot-proof full-stack starting point for modern web development

what you get

how to use

git clone https://github.com/ddaaggeett/webstarter-with-database.git
cd webstarter-with-database/
npm install

run database

rethinkdb

visit database

click -> Add Database = 'webstarter'
click -> Add Table = 'appState'

run command at any time:

r.db('webstarter').table('appState');

run application

npm run universal:dev

visit application: http://127.0.0.1:8081

Demo Here

webstarter