Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 597 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 597 Bytes

JS-OS

An Unified Operating System on the web.For Demo

Technologies Used :

  • HTML
  • CSS
  • JavaScript
  • React-JS

How to Run Locally :

  1. Clone the Repository git clone https://github.com/NJACKWinterOfCode/JS-OS.git
  2. cd into JS-OS cd JS-OS
  3. Install all dependencies
    npm install
  4. Go to src/server
    npm install
  5. Go to main directory & Run npm run dev to start developement mode. Open [http://localhost:3000](http://localhost:3000) to view in the browser.