Skip to content

distillpub/post--ctc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development

npm install - installs dependencies.

npm run serve - starts a live reload dev server.

npm run build - builds everything with webpack and minification to public directory.

npm run static-serve - starts a static server to test the build step.