npm install
npm run build
and open localhost:1234 in your browser.
The main page HTML is in src/index.html
. The main JS file is index.js
. It imports other JS files using ES6 import.
npm install
npm run build
and open localhost:1234 in your browser.
The main page HTML is in src/index.html
. The main JS file is index.js
. It imports other JS files using ES6 import.