This project is a simple File System Browser running on Web Browsers.
It is developed with React JS and it is tested Google Chrome environment.
To run it:
- Firstly, you should ensure that npm is installed in your computer. It is recommended 6.14.4 version.
- If it is OK, you must run
npm installcommand to download necessary packages. - After that, you can use
npm runcommand to run the application in your local server. - You can browse and use the application in
localhost:3000address via any browser.