This is simple website skeleton. You can launch simple website quickly.
- Install npm packages
npm installYou will see node_modules directory.
- Build
npm run buildYou can see build files under dist directory.
Then, access dist/index.html with your browser.
npm watchAutomatically build src files.