Skip to content

nathalie21005/webconsole

 
 

Repository files navigation

free5GC Web Console

Prior to building webconsole, install nodejs and yarn package first:

sudo apt remove cmdtest
sudo apt remove yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install -y nodejs yarn

To run free5GC webconsole server. The following steps are to be considered.

# (In directory: ~/free5gc/webconsole)
cd frontend
yarn install
yarn build
rm -rf ../public
cp -R build ../public

Run the Server

# (In directory: ~/free5gc/webconsole)
go run server.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.2%
  • SCSS 23.9%
  • Go 19.2%
  • HTML 0.7%