Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renanfranca/test-issue-label-github-action
https://github.com/renanfranca/test-issue-label-github-action
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/renanfranca/test-issue-label-github-action
- Owner: renanfranca
- Created: 2024-01-31T11:13:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T12:17:17.000Z (10 months ago)
- Last Synced: 2024-02-02T12:38:00.978Z (10 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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:
1. [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
## Start up
## Documentation