Skip to content

devinkmoore/react-jhipster

This branch is 181 commits behind jhipster/react-jhipster:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 17, 2020
Oct 17, 2020
Apr 8, 2020
Oct 7, 2017
Sep 13, 2019
Sep 13, 2019
May 22, 2019
Mar 2, 2018
Jan 27, 2018
Aug 22, 2020
Dec 28, 2019
Dec 28, 2019
Oct 11, 2020
Aug 22, 2020
Dec 28, 2019
Oct 17, 2020
Oct 17, 2020
Dec 28, 2019
Mar 31, 2018
Sep 13, 2019

Repository files navigation

Logo

Greetings, Java Hipster!

This is the JHipster React utilities library

NPM version Azure DevOps Build Status Build Status Dependency Status

Full documentation and information is available on our website at http://www.jhipster.tech/

Please read our guidelines before submitting an issue. If your issue is a bug, please use the bug template pre populated here. For feature requests and queries you can use this template.

Development setup

You need NodeJS and NPM.

Fork the react-jhipster project

Go to the react-jhipster project and click on the "fork" button. You can then clone your own fork of the project, and start working on it.

Please read the Github forking documentation for more information

Build

Run npm install to install all dependencies.

Make some changes, run npm run test to run both eslint and karma tests.

Package the library with npm run build.

Set NPM to use the cloned project

In your cloned react-jhipster project, type npm link.

This will do a symbolic link from the global node_modules version to point to this folder.

For testing, you will want to integrate your version of react-jhipster into an application generated by JHipster.

Go to your application folder, run npm link react-jhipster so that the local version has a symbolic link to the development version of react-jhipster.

You should see your changes reflected in the application.

About

JHipster React library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.2%
  • JavaScript 4.8%