# Install dependencies
npm install
# Begin development
npm run dev
# Create production bundle
npm run build
# Serve production bundle
npm run preview
├───build
│ ├───assets
│ ├───src
│ └───static
│ └───images
├───public
│ └───static
│ └───images
└───src
├───app
│ ├───api
│ ├───components
│ └───utils
├───styles
└───templates