Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.33 KB

Arcade Mania

A simple Javascript application simulating 5 classic arcade games.

Setup and Run

Prerequisites

Node.js

  • Ensure you have Node.js installed on your machine. You can download it from Node.js official website.
  • Recommended version: 20.14.0.

npm (Node Package Manager)

  • The project uses npm for managing dependencies. Verify that npm is installed with your Node.js installation.

Installation

  1. Clone the repository: git clone https://github.com/chiarazetaa/arcade-mania.git
  2. Navigate to the server directory: cd server
  3. Install dependencies: npm install

Run the Application

  1. Navigate to the server directory: cd server
  2. Run the application using the command: npm start
  3. Open your web browser and go to http://localhost:3000/

Technologies Used

  • Javascript: Programming language that adds interactivity to web applications.
  • HTML/CSS: Markup and styling languages for building web interfaces.
  • Express: A web framework for Node.js that simplifies the creation of web applications.
  • Nodemon: A tool that helps develop Node.js applications by automatically restarting the server when file changes are detected.

Contact Information

Chiara Zuffi