gdoslu / jhipsteReact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The project uses React JS to consume JHipster services.

jhipster-react logo

Install from source

Attention!.. The project is still being developed

First, clone the project:

$ git clone https://github.com/gdoslu/jhipsteReact.git <my-project-name>
$ cd <my-project-name>

To set jhipster service endpoint location, change 'jhipsterServiceUrl' variable in server.js

const jhipsterServiceUrl = 'http://localhost:8081';

Then install dependencies and check to see it works

$ npm install                   # Install project dependencies
$ npm start                     # Compile and launch

Open browser and go to http://localhost:3000/

License

MIT

About


Languages

Language:JavaScript 86.5%Language:CSS 13.0%Language:HTML 0.5%