Skip to content

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

License

Notifications You must be signed in to change notification settings

ddaaggeett/webstarter-with-database

Repository files navigation

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

Releases

No releases published

Packages

No packages published