Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redom/redom-cli
Generate RE:DOM projects easily!
https://github.com/redom/redom-cli
redom
Last synced: about 1 month ago
JSON representation
Generate RE:DOM projects easily!
- Host: GitHub
- URL: https://github.com/redom/redom-cli
- Owner: redom
- Created: 2016-09-02T15:07:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T21:56:01.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T02:23:28.154Z (8 months ago)
- Topics: redom
- Language: JavaScript
- Homepage: https://redom.js.org
- Size: 249 KB
- Stars: 39
- Watchers: 3
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - redom-cli - Generate RE:DOM projects easily! (JavaScript)
README
# RE:DOM project generator
Initialize [RE:DOM](https://redom.js.org) projects easily!## 1. Install
```
$ npm install -g redom-cli
```## 2. Create project
```
$ redom
```## 3. Develop!
```
$ cd [project name]
$ npm run dev
```
- Open [http://localhost:8080](http://localhost:8080)## Tip
To define path to install to, use
```
$ redom my-project
```