4.0.4 • Published 1 year ago

@openware/create-opendax-web-app v4.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Create Opendax V4 Web App

Create Opendax Web apps with no build configuration. Base on Next JS.

Create Opendax Web App works on macOS, Windows, and Linux.

You’ll need to have Node 16.0.0 or later version on your local development machine (but it’s not required on the server). We recommend using the latest LTS version. You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.

Creating an App

npx

npx @openware/create-opendax-web-app

(npx is a package runner tool that comes with npm 8.1+ and higher)

(enter name: my-app)

It will create a directory called my-app inside the current folder. Inside that directory, it will generate the initial project structure and install the dependencies.

Once the installation is done, you can open your project folder:

cd my-app

Inside the newly created project, you can run some built-in command:

npm run dev

Runs the app in development mode. Open http://localhost:3001 to view it in the browser.

Start mockserver

  1. install dependencies:
npm i npm-run-all colors header-case-normalizer js-combinatorics --save-dev
  1. run mockserver:
npm explore @openware/opendax-web-sdk -- npm run mockserver
4.0.4

1 year ago

4.0.3

1 year ago

4.0.2

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

4.0.1-alpha.3.1

2 years ago

4.0.3-alpha3

2 years ago

4.0.2-alpha3

2 years ago

4.0.4-alpha3

2 years ago

4.0.0-alpha3

2 years ago

4.0.1-alpha3

2 years ago

4.0.8-alpha2

2 years ago

4.0.7-alpha2

2 years ago

4.0.6-alpha2

2 years ago

4.0.5-alpha2

2 years ago

4.0.4-alpha2

2 years ago

4.0.3-alpha2

2 years ago

4.0.2-alpha2

2 years ago

4.0.1-alpha2

2 years ago

4.0.0-alpha2

2 years ago