Skip to content

atenearesearchgroup/web-model-based-verification-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node modules to install

  • rollup
  • @types/jquery
  • http-server (any other web server is good)

Create bundles JS with

node_modules/.bin/rollup src/app.js -f iife -o dist/app.bundle.js -p @rollup/plugin-node-resolve

Start test server

  • In the "dist" directory: cd dist/
  • Run the test server: ../node_modules/http-server/bin/http-server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages