This is a Trivia Game application built using Angular.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What you need to install the software and how to install them:
- Node.js (v18.15.0)
- npm (v9.5.0)
You can download Node.js from the official website. npm is included with Node.js.
Follow these steps to run this project in your local environment.
-
Firstly, clone the repository to your local machine using git:
git clone https://github.com/1jnole/trivia-app.git
-
Go into the project directory:
cd trivia-app -
Install the dependencies:
npm install
-
Now you can run the project with:
npm start
The application should be running on http://localhost:4200.
The project is created with: