Skip to content

Latest commit

 

History

History
executable file
·
39 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

executable file
·
39 lines (24 loc) · 1.34 KB

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