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