Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/restui/create-rest-ui-app

:zap: Create Rest UI apps with no build configuration. [WIP]
https://github.com/restui/create-rest-ui-app

create-react-app react rest-ui starter-kit

Last synced: about 6 hours ago
JSON representation

:zap: Create Rest UI apps with no build configuration. [WIP]

Awesome Lists containing this project

README

        

# Create Rest UI App
> :zap: Create Rest UI apps with no build configuration.

[![npm version](https://badge.fury.io/js/create-rest-ui-app.svg)](https://badge.fury.io/js/create-rest-ui-app) [![npm downloads](https://img.shields.io/npm/dm/create-rest-ui-app.svg)](https://www.npmjs.com/package/create-rest-ui-app)

## Installation

**YARN**

```javascript
yarn global add create-rest-ui-app
```

**NPM**

```javascript
npm i -g create-rest-ui-app
```

## Usage

After installing the dependencies, you have to run the following command:

```
create-rest-ui-app {{projectName}}
```

**create-rest-ui-app** will start to work on install the dependencies, and create the project structure. So when you import it you're ready to play.

To run the app created, you have to execute:

```
yarn start

//or with npm
npm run start
```

## Issues

If you found a bug, or you have an answer, or whatever. Please, open an [issue](https://github.com/RestUI/create-rest-ui-app/issues). I will do the best to fix it, or help you.

## Contributing

Of course, if you see something that you want to upgrade from this library, or a bug that needs to be solved, **PRs are welcome!**