open5gs/webui
Sukchan Lee 75c7337e0c start to update web 2017-08-21 22:59:28 +09:00
..
pages fix mobile layout 2017-06-28 09:38:04 +09:00
server update it 2017-07-22 01:01:54 +09:00
src start to update web 2017-08-21 22:59:28 +09:00
static font added 2017-06-24 15:28:11 +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 missing changes for cellwire -> nextepc 2017-07-10 14:43:03 +09:00
yarn.lock remove reduant package 2017-07-07 21:13:03 +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