open5gs/webui
2017-05-28 22:43:19 +09:00
..
components update it 2017-05-28 22:43:19 +09:00
lib update it 2017-05-25 17:11:47 +09:00
pages update it 2017-05-26 23:06:01 +09:00
server DB table name change from User to Account 2017-05-22 00:02:25 +09:00
static update it 2017-05-26 01:44:51 +09:00
.babelrc update it 2017-05-24 23:12:51 +09:00
package.json update it 2017-05-24 23:12:51 +09:00
README.md update it 2017-05-12 15:07:03 +09:00
yarn.lock update it 2017-05-24 23:12:51 +09:00

Prerequisite

Install node at https://nodejs.org/
Install yarn at https://yarnpkg.com/

Install Package

yarn

Running

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