https://github.com/default-writer/oracle
https://github.com/default-writer/oracle
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/default-writer/oracle
- Owner: default-writer
- Created: 2023-10-05T23:45:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T11:56:08.000Z (almost 3 years ago)
- Last Synced: 2023-10-07T00:28:49.845Z (almost 3 years ago)
- Language: Shell
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# oracle jet samples
[oracle jet command line interface](https://docs.oracle.com/en/learn/jet-install-cli/index.html#task-3-verify-the-oracle-jet-command-line-interface)
```bash
node -v
```
```bash
node -v
npm install -g webpack
npm install -g node-sass
npm install -g @oracle/oraclejet
npm install -g @oracle/oraclejet-core-pack
npm install -g @oracle/oraclejet-preact
npm install -g @oracle/ojet-cli
```
```bash
ojet --version
```
## todo app
```bash
npx express-generator --no-view --git todo-app
```
- change directory:
```bash
cd todo-app
```
- install dependencies:
```bash
npm install
```
- run the app:
```bash
DEBUG=todo-app:* npm start
```