Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/restui/create-rest-ui-app
- Owner: RestUI
- License: bsd-3-clause
- Created: 2017-04-14T18:24:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T21:36:17.000Z (over 7 years ago)
- Last Synced: 2024-05-01T03:02:25.079Z (7 months ago)
- Topics: create-react-app, react, rest-ui, starter-kit
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!**