https://github.com/vectormike/ojet-rtg
Functionality usage of Oracle JET
https://github.com/vectormike/ojet-rtg
Last synced: 8 months ago
JSON representation
Functionality usage of Oracle JET
- Host: GitHub
- URL: https://github.com/vectormike/ojet-rtg
- Owner: Vectormike
- Created: 2019-09-14T13:14:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:28:34.000Z (over 3 years ago)
- Last Synced: 2025-08-07T23:35:00.321Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functionality usage of Oracle JET
### To view this Oracle JET project
1. Install the Oracle JET command-line interface:
```js #button { border: none; }
npm install -g @oracle/ojet-cli
```
2. Run the following to check that you have the correct version of Oracle JET:
```js #button { border: none; }
ojet --version
```
3. For this repo.
4. CD into 'ojet-rtg' in the terminal:
```js #button { border: none; }
cd ojet-rtg
```
5.
...and then run the following in the terminal and look in the browser:
```js #button { border: none; }
npm install
```
```js #button { border: none; }
ojet serve
```