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

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

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
```