create-dominant-app

Zero-configuration Dominant app generator

Usage no npm install needed!

<script type="module">
  import createDominantApp from 'https://cdn.skypack.dev/create-dominant-app';
</script>

README

Dominant logo Create Dominant App

Zero-configuration generator for Dominant apps:

$ npm init dominant-app your-app-name
$ cd your-app-name
$ npm start

Then open http://localhost:9966/ to see your app.
When you're ready to deploy to production, create a minified bundle with npm run build.

See Dominant for more information.

License

ISC (Internet Systems Consortium)

Create Dominant App is free software: you can redistribute it and/or modify it under the terms of the ISC License.

Exclusion of warranty

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.