msrumon / apps

https://github.com/florinpop17/app-ideas

Home Page:https://apps-lake.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apps

This repository is a collection of all the apps from this repository that I have built by myself.

How To Run

The best way is to use docker compose up <folder-name> command. For example, if you want to run the first app, you need to run the following command:

docker compose up 1-beginner-bin2dec-1001

The 4-digits number at the end of each folder's name represents the port number the app is running on. In the above case, you should be able to see the app by visiting http://localhost:1001.

When you're done, run docker compose down --rmi local command.

Alternatively, you can navigate into each folder and run npm run dev (followed by npm i) to view each app. In that case, follow the terminal to get the URL of the currently-running app.

About

https://github.com/florinpop17/app-ideas

https://apps-lake.vercel.app

License:MIT License


Languages

Language:TypeScript 36.9%Language:HTML 29.2%Language:CSS 23.0%Language:Dockerfile 6.4%Language:JavaScript 4.6%