Skip to content

BadFilmSommeliers/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

client

Project setup

npm install

Environment Variable setup

You need TMDB API key to run the project.

On your root directory, create .env.local and put

VUE_APP_TMDB_API_KEY={{YOUR_TMDB_API_KEY_HERE}}
VUE_APP_SERVER_URL={{YOUR_SERVER_URL_HERE}}

in it.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors