Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

lmachens/bootstrap-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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.