All Projects → hipster-labs → Generator Jhipster React

hipster-labs / Generator Jhipster React

Licence: other
DEPRECATED: feature moved to main generator

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Generator Jhipster React

Springboot Starterkit
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
Stars: ✭ 596 (+284.52%)
Mutual labels:  spring-boot, material-design, material-ui
Material Ui Time Picker
A time picker for Material-UI.
Stars: ✭ 126 (-18.71%)
Mutual labels:  material-design, material-ui
Hyperspace
The new beautiful, fluffy client for Mastodon in React + TypeScript
Stars: ✭ 124 (-20%)
Mutual labels:  material-design, material-ui
Material Design Data
关于 Material Design 的一切资料都在这里
Stars: ✭ 1,857 (+1098.06%)
Mutual labels:  material-design, material-ui
Materialanim
基于Android 系统的动画总结
Stars: ✭ 123 (-20.65%)
Mutual labels:  material-design, material-ui
Svelte Material Ui
Svelte Material UI Components
Stars: ✭ 2,081 (+1242.58%)
Mutual labels:  material-design, material-ui
Devextreme Reactive
Business React components for Bootstrap and Material-UI
Stars: ✭ 1,800 (+1061.29%)
Mutual labels:  material-design, material-ui
Android Issue Reporter
A powerful and simple library to open issues on GitHub directly from your app.
Stars: ✭ 115 (-25.81%)
Mutual labels:  material-design, material-ui
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-11.61%)
Mutual labels:  material-design, material-ui
Material Dashboard React
React version of Material Dashboard by Creative Tim
Stars: ✭ 1,947 (+1156.13%)
Mutual labels:  material-design, material-ui
Nextjs Material Kit
NextJS version of Material Kit React by Creative Tim
Stars: ✭ 141 (-9.03%)
Mutual labels:  material-design, material-ui
Generator Jhipster Primeng
Generate PrimeNG components and their features
Stars: ✭ 122 (-21.29%)
Mutual labels:  spring-boot, jhipster
Camerabutton
Instagram-like button for taking photos or recording videos
Stars: ✭ 121 (-21.94%)
Mutual labels:  material-design, material-ui
Fancyshowcaseview
An easy-to-use customisable show case view with circular reveal animation.
Stars: ✭ 1,662 (+972.26%)
Mutual labels:  material-design, material-ui
Materialabout
It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate. 🔖
Stars: ✭ 1,511 (+874.84%)
Mutual labels:  material-design, material-ui
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (-17.42%)
Mutual labels:  material-design, material-ui
Materialdrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Stars: ✭ 11,498 (+7318.06%)
Mutual labels:  material-design, material-ui
Materialspinner
Implementation of a Material Spinner for Android with TextInputLayout functionalities
Stars: ✭ 107 (-30.97%)
Mutual labels:  material-design, material-ui
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (-29.03%)
Mutual labels:  material-design, material-ui
Blazormaterial
Blazor components implementing Google's Material components for web - https://material.io/components/web
Stars: ✭ 136 (-12.26%)
Mutual labels:  material-design, material-ui

DEPRECATED

This module is now integrated into generator-jhipster repository as React support is now planned in the core generator. Work is being done on https://github.com/jhipster/generator-jhipster/tree/jh-react

See this issue for details

generator-jhipster-react NPM version Build Status Dependency Status

A Jhipster based generator to create awesome react + spring boot applications

jhipster-react logo

Installation

TODO:

  • Migrate Account modules
  • Migrate Admin modules
  • support no i18n properly
  • support no-sass option
  • Add entity sub generator
  • Add import-jdl sub generator
  • Migrate protractor tests
  • Add generator tests
  • Add generator travis builds

First, install Yeoman and JHipster, then install generator-jhipster-react using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-jhipster

Clone JHipster and run npm link inside it.

Clone this project and run npm link and npm link generator-jhipster inside it.

Now all the projects are pointing to latest master versions

Now generate your new awesome project:

yo jhipster-react

Make sure to run npm link generator-jhipster-react within the generated project if you are regenerating it again.

As this is a generator which runs on top of JHipster, we expect you have JHipster and its related tools already installed.

This generator requires Jhipster version 4.1 or greater in order to work

Development-mode

Frontend is working through webpack-dev-server proxy mode feature in order to have an ability to use both frontend & backend server simultaneously. All requests from frontend would be proxied to backend server.

To start frontend server please run the following command:

yarn start

Contributing

Contributions are welcome. we follow the same contribution guidelines as JHipster, check it out here

License

Apache-2.0 © Deepu KS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].