Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aidatorajiro/ultimate-development


https://github.com/aidatorajiro/ultimate-development

Last synced: 5 days ago
JSON representation

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
```