close
The Wayback Machine - https://web.archive.org/web/20200927152928/https://github.com/ddaaggeett/webstarter-with-database
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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'

visit data explorer

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

About

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

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.