Skip to content
Snippets Groups Projects
Select Git revision
  • 4c77d72dcb5cd467f18cb34f2bc86295ccd75411
  • main default protected
  • dependabot/go_modules/github.com/gin-contrib/cors-1.6.0
  • master
  • v1.3.2
  • v1.3.1
  • v1.3.0
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
14 results

webconsole

user avatar
Chi Chang authored
4c77d72d
History

free5GC Web Console

Run the Web Console Server

go run server.go

Development

To merge the new verison of frontend part to the webconsole server

cd frontend
yarn install
yarn build
rm -rf ../public
cp -R build ../public

The run go run server.go to see the webconsole with the new frontend.