React Website To Build My Portfolio (Source Code of the Website)
You can See Main Pages of the website in this Link
Personal Website To Show The Projects Documentation, View On Github and Describe Each Project with Amazing Design Built With React.js, JSX, Mobile Responsive Design , This Project Built Based on Airbnb Eslint Rules
1. Deploy Test Version On Firebase : npx firebase deploy
2. Generate Production Build (Without Map Files) : npm run build
3. Run Project Locally : npm start
- npm install
- npm start
- npm run build
- yarn install
- yarn run start
Docker Repository Link
https://hub.docker.com/repository/docker/yt98/portfolio-website
Execute The Following Commands to Run Docker Image
Pull The Image to Your Device Then Run the Image on Port 3000
docker pull yt98/portfolio-website:v3
docker run --name portfolio -p 3000:3000 -d yt98/portfolio-website:v3
Copyright (C) 2021 Portfolio is An Open Source Project (Licensed under the MIT License)