https://github.com/ardeman/exercise-nuxt-moovietime
https://github.com/ardeman/exercise-nuxt-moovietime
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ardeman/exercise-nuxt-moovietime
- Owner: ardeman
- Created: 2023-02-05T16:17:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T03:41:25.000Z (over 3 years ago)
- Last Synced: 2025-07-28T02:37:50.558Z (11 months ago)
- Language: Vue
- Homepage: https://cheerful-tiramisu-6e225b.netlify.app
- Size: 978 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoovieTime
## Getting Started
Make sure to install the dependencies:
```bash
# npm
npm install
```
## Development Server
Start the development server on
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Notes:
- Node Version (v18.13.0)
- npm version (8.9.3)