Skip to content

NicolasMica/movie

Repository files navigation

Open Movie

A small Tailwind and Vue demo project

Getting started

Do it the quick way by running this single command and browse to http://localhost:8000

npm run all

You may need to update the API key:

// dist/index.html
window.App = {
    api_key: 'YOUR_API_KEY'
}

Or follow those steps:

  • Install NPM dependencies
npm install
  • Build assets through webpack
# Development mode
npm run dev
npm run watch
npm run hot
 
# Production build
npm run prod
  • Run the server
npm run start

Built with

Author

Nicolas Mica <nicolas[at]micallef.pro>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published