Skip to content

sureshmangs/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Suresh Mangs

A website to showcase my web portfolio

Website link: sureshmangs

➡️ Technologies Used:

1️⃣ HTML

2️⃣ CSS

3️⃣ JavaScript

4️⃣ React

Quickstart

This project was bootstrapped with Create React App.

In the project directory, you can run:

npm install

It will install all the dependencies required for the project

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Deploy on Heroku

✏️ 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

Deploy on Netlify

✏️ 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