Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.14 KB

Create Rest UI App

⚡ Create Rest UI apps with no build configuration.

npm version npm downloads

Installation

YARN

yarn global add create-rest-ui-app

NPM

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. 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!