Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aidatorajiro/ultimate-development
https://github.com/aidatorajiro/ultimate-development
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aidatorajiro/ultimate-development
- Owner: aidatorajiro
- License: mit
- Created: 2015-01-11T23:55:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T06:40:12.000Z (over 7 years ago)
- Last Synced: 2024-03-14T23:52:39.121Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ultimate-Development
Ultimate "Integrated Development Environment".Based on electron-react-boilerplate (By C. T. Lin)
[https://electron.atom.io/](https://electron.atom.io/)
[https://github.com/chentsulin/electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate)
## Install
Clone the repo.```bash
$ git clone https://github.com/aidatorajiro/Ultimate-Development.git
```Then, install dependencies.
```bash
$ cd Ultimate-Development && npm install
```## Run
```bash
$ npm run dev
```