Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renanfranca/sample-frontend-gradle


https://github.com/renanfranca/sample-frontend-gradle

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# JHipster Sample Application

## Prerequisites

### Node.js and NPM

Before you can build this project, you must install and configure the following dependencies on your machine:

[Node.js](https://nodejs.org/): We use Node to run a development web server and build the project.
Depending on your system, you can install Node either from source or as a pre-packaged bundle.

After installing Node, you should be able to run the following command to install development tools.
You will only need to run this command when dependencies change in [package.json](package.json).

```
npm install
```

## Local environment

- [Local server](http://localhost:8080)

## Start up

```bash
docker compose -f src/main/docker/sonar.yml up -d
```

```bash
./gradlew clean build sonar --info
```

## Documentation

- [Package types](documentation/package-types.md)
- [Assertions](documentation/assertions.md)
- [Vue](documentation/vue.md)
- [sonar](documentation/sonar.md)
- [Logs Spy](documentation/logs-spy.md)
- [CORS configuration](documentation/cors-configuration.md)