https://github.com/itsmunim/simple-python-ide
A simple python code executor textbox/ide in angularjs
https://github.com/itsmunim/simple-python-ide
Last synced: 3 months ago
JSON representation
A simple python code executor textbox/ide in angularjs
- Host: GitHub
- URL: https://github.com/itsmunim/simple-python-ide
- Owner: itsmunim
- Created: 2019-01-09T18:17:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T18:18:20.000Z (over 7 years ago)
- Last Synced: 2025-01-21T08:44:51.247Z (over 1 year ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
A simple python code executor textbox component written in AngularJS
### Setup
- `npm install`
### Run the Code Runner Server
- `node server.js`
### Run the AngularJS Client
- `npm start`