A Meteor with Angular application inspired by the Flight Rising web game. This app allows users to collect, breed, and care for virtual pets.
- Pet collection system
- Pet breeding mechanics
- Pet care features
- Mini-games
- Meteor.js
- Angular
- TypeScript
- MongoDB
-
Install Meteor:
curl https://install.meteor.com/ | sh
-
Clone the repository:
git clone https://github.com/8thlight/8lpets2.git cd 8lpets2
-
Install dependencies:
meteor npm install
-
Run the application:
meteor
-
Open your browser and navigate to
http://localhost:3000
/client
- Client-side code/imports
- Shared code/imports/api
- Data models and methods/imports/ui
- Angular components
/server
- Server-side code/public
- Static assets
To run the application in development mode:
meteor
This will start the application with hot module reloading enabled.
ISC