open5gs/webui
Sukchan Lee 2b0526bf56 remove session. 2017-05-18 09:11:49 +09:00
..
components add initial login page. CSRF protection not applied 2017-05-17 23:20:13 +09:00
models rename model name 2017-05-17 19:27:17 +09:00
pages remove session. 2017-05-18 09:11:49 +09:00
routes remove session. 2017-05-18 09:11:49 +09:00
README.md update it 2017-05-12 15:07:03 +09:00
package.json add auth module initially 2017-05-16 22:52:04 +09:00
server.js remove reduant code 2017-05-16 22:57:43 +09:00
yarn.lock add auth module initially 2017-05-16 22:52:04 +09:00

README.md

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