https://github.com/miraclecancode/childrensworldintership
⭐ | Internship Children's World for the position of Frontend-developer
https://github.com/miraclecancode/childrensworldintership
Last synced: 12 months ago
JSON representation
⭐ | Internship Children's World for the position of Frontend-developer
- Host: GitHub
- URL: https://github.com/miraclecancode/childrensworldintership
- Owner: MiracleCanCode
- Created: 2024-08-20T09:21:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T05:17:31.000Z (over 1 year ago)
- Last Synced: 2025-02-01T19:16:48.237Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 841 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# internship at Children's World
project stack
# Using yarn
Run command
```sh
cd children-sWorldInternship/my-app
```
Install dependencies
```sh
yarn
```
Run project
```sh
yarn run dev
```
# Using Docker
To run the project with Docker:
Build the Docker image:
```sh
docker build -t my-app .
```
Run the docker container
```sh
docker run -p 5173:5173 my-app
```