Skip to content

RestUI/create-rest-ui-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages