https://github.com/pascalgrimaud/jhlite-oauth2
https://github.com/pascalgrimaud/jhlite-oauth2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pascalgrimaud/jhlite-oauth2
- Owner: pascalgrimaud
- Created: 2022-03-11T16:43:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T16:44:35.000Z (about 4 years ago)
- Last Synced: 2024-10-11T17:05:15.849Z (over 1 year ago)
- Language: Java
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beer Project
## 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
```