ONE UI is part of ZED OS Project, it's an User interface based on Web Tecnologies
-NODEJS 10 or superior
-NPM 6 or superior
-PHP 5 or superior
// if you want to clone full project
1.a - git clone https://github.com/ZEDOSPROJECT/ZED-UI-WEB.git
// if you want to clone only the last commit
1.b - git clone --no-checkout --depth=1 https://github.com/ZEDOSPROJECT/ZED-UI-WEB.git
2a - Backend:
cd Backend; ./startBackend.sh
2b - FrontEnd
cd Frontend;npm install ;npm start
3b - FrontEnd Electron
cd Frontend;npm run electron
- ReactJS - The web framework used
- ElectronJS - to build desktop app
- PHP - Used as Backend API
- Alexandre Nunes - Initial work - alexnunes2015
This project is licensed under the MIT License