open5gs/webui
Sukchan Lee 8696c35cd3 rename file 2017-06-11 00:05:12 +09:00
..
pages update it 2017-06-09 14:28:21 +09:00
server rename file 2017-06-11 00:05:12 +09:00
src Experimental try to move Auth module from Session to redux-saga 2017-06-09 21:43:15 +09:00
static update it 2017-06-04 21:39:50 +09:00
.babelrc update it 2017-06-09 14:22:26 +09:00
README.md add MongoDB 2017-06-10 15:46:06 +09:00
package.json move SQLite to MongoDB 2017-06-11 00:01:40 +09:00
yarn.lock move SQLite to MongoDB 2017-06-11 00:01:40 +09:00

README.md

Prerequisite

Install Node.js at https://nodejs.org/
Install yarn at https://yarnpkg.com/
Install MongoDB at https://www.mongodb.com/

Install Package

yarn

Running

[for Development] 
   mongod
   yarn run dev
[for Production] 
   mongod
   yarn run build; yarn run start