Skip to content

serhatoral/socket.io-admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Socket.io Admin UI

Important

This project is taken from socket.io-admin-ui. But there the ui(client) side does not work locally. It doesn't support Node versions higher than 14.21.3 and npm versions higher than 6.14.18 . Is not compatible with higher versions of sass library.


I have fixed dependencies and creation of the docker container.

  • Running in localhost

You can easily start the project by following these steps;

Note

You should downgride Node version on your computer.

nvm install 14.21.3
nvm use 14.21.3
nvm list

Finally, you can run the project using npm install and npm run serve

  • Docker Container

I have update dockerfile and added nginx.conf file with help from this pull-request.
You can create a docker container using the following commands;

docker build -t admin-ui .

docker run -d -p 8080:8080 admin-ui 

dashboard screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages