open5gs/webui
Sukchan Lee bd3ebc5c6f We select styled-components for frontend
Login view is added
2017-05-24 21:19:23 +09:00
..
components We select styled-components for frontend 2017-05-24 21:19:23 +09:00
lib We select styled-components for frontend 2017-05-24 21:19:23 +09:00
pages We select styled-components for frontend 2017-05-24 21:19:23 +09:00
server DB table name change from User to Account 2017-05-22 00:02:25 +09:00
static We select styled-components for frontend 2017-05-24 21:19:23 +09:00
.babelrc We select styled-components for frontend 2017-05-24 21:19:23 +09:00
README.md update it 2017-05-12 15:07:03 +09:00
package.json We select styled-components for frontend 2017-05-24 21:19:23 +09:00
yarn.lock We select styled-components for frontend 2017-05-24 21:19:23 +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