This is Hash-IDE, made with ReactJS, NodeJS, Mongo, Express, Material-UI.
This Repository is created with a motive to guide beginners with the open-source and with big react projects. I have already created some issues for the beginners so that they can work on them and even make there first contribution in this repository. For now we have open sourced the frontend only.
You can test this project in your create-react-app feature by replacing the files.
This app can be built on any platform. It can be Windows, Linux , MacOS or any other. You only need the create-react-app feature and rest is in the Dependencies section.
I am writing down the Dependencies for beginners, so that they can look into it and then understand and install them if they want to.
- ReactJS
- NodeJS
- Socket-IO
-
Fork the Repository
-
Clone the Forked Repository to your local machine.
git clone https://github.com/<your GitHub user name>/hashdefine-onlineIDE.git.
-
Change the directory to HashIDE.
cd hashdefine-onlineIDE
-
Add remote to the Original Repository.
git remote add upstream https://github.com/hash-define-organization/hashdefine-onlineIDE.git
-
Install the dependecies.
npm install
-
Run the application.
npm start
-
The app starts on
localhost:3000
. If not, Click here to open the app in browser.
Give a ⭐ if you like this web-app.
We encourage everyone to contribute to this project. Feel free to pick an issue, share your ideas, and collaborate on it. We're here to guide you every step of the way ❤️
Kindly refer to the contributing.md file. All the contributing guidelines are written over there.
We encourage everyone to contribute to this project. Feel free to pick an issue, share your ideas, and collaborate on it. We're here to guide you every step of the way ❤️.