G
G
gred2015-06-08 14:23:52
JavaScript
gred, 2015-06-08 14:23:52

Are there normal front-end application generators?

Can you please tell me if there are normal front-end application generators today?
there is a ready-made backend with a REST api, you need to make a web interface, writing is absolutely reluctant.
I want to somehow describe this api to the generator, and at the output - get an (almost) finished application that can work with this api.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
I
index0h, 2015-06-08
@index0h

No

D
Denis Ineshin, 2015-06-08
@IonDen

If it were possible, then why are front-end developers needed?)

G
gred, 2015-06-08
@gred

Yes? and what do they all do? 90% of any development is the repetition of essentially the same code.
for the backend, I searched for a long time, but in the end I found a bunch that suits me 100%:
slimphp + redbean.
but the frontend - I want to generate automatically, I'm not a developer, rather an admin with developer skills.
Well, I don’t believe that it hasn’t occurred to anyone yet that it’s possible to generate at least those 90% of the code that will somehow follow the same pattern.

V
Viktor Koltcov, 2015-06-08
@Vityarik

I think REST is not so formal that you can make a generator using it, for example, how to find out the JSON structure for PUT and POST requests. There is WADL, but there is no description of the data structure, or am I mistaken?
NetBeans can generate RestClient, but not by service
https://www.safaribooksonline.com/library/view/jav...

S
sim3x, 2015-06-08
@sim3x

yeoman.io ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question