A website to showcase my web portfolio
Website link: sureshmangs
1️⃣ HTML
2️⃣ CSS
3️⃣ JavaScript
4️⃣ React
This project was bootstrapped with Create React App.
In the project directory, you can run:
It will install all the dependencies required for the project
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
✏️ Replace $APP_NAME with the name for your app.
npx create-react-app@2.x $APP_NAME
cd $APP_NAME
git init
heroku create $APP_NAME --buildpack mars/create-react-app
git add .
git commit -m "Start with create-react-app"
git push heroku master
heroku open
✏️ Replace $APP_NAME with the name for your app.
npx create-react-app $APP_NAME
cd $APP_NAME
npm run build
npm i -g netlify-cli
netlif deploy
-> please provide a publish directory: ./build
-> deploying for production: netlify deploy --prod