Skip to content

mewiemers/sauca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootstrap-intro

develop

First, install dependencies which are required for this project.

npm install

You are ready to start a development web server.

npm run dev

production

Create a production bundle.

npm run build

This command creates a optimized build in /dist folder which is ready for deployment.