This is an application made in astro where you can search information about movies.
You can access the deployed application here: Movies-App
To get a local copy of this project and run it on your machine, follow these steps:
- Node.js: Make sure you have Node.js installed on your computer. You can download it from nodejs.org.
-
Open your terminal.
-
Change the current working directory to the location where you want to store the project.
-
Run the following command to clone the repository to your local machine:
git clone https://github.com/OscarMeneses99/movies-astro.git
- Change the current working directory to the cloned repository:
cd movies-astro
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |