Personal App Project for Any Game Guide and Wiki
This is an Expo project created with create-expo-app.
-
Install dependencies
npm install
-
Start the app
npx expo start
-
Functions should be in PascalCase
export default function HelloFunction () { return ( <!-- Your Code Here! --> ); }
This project was created using bun init in bun v1.1.43. Bun is a fast all-in-one JavaScript runtime.
-
To install dependencies:
bun install
-
To run:
bun run src/index.ts
This project is for educational and personal use.
Raidiniom GitHub: https://github.com/Raidiniom