Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 344 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 344 Bytes

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.