Skip to content

loristewis/gob_collages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gob_collages

Building and running on localhost

First install dependencies:

npm install

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

To launch a development server: (Project will be running at http://localhost:8090/)

npm run serve

Credits

Made with createapp.dev