Skip to content

johnwu0604/personal-website-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website V2

Version 2 of my personal website, built using React.

The website is can be found here.

Running React App

To run the application, ensure node and npm are installed. Then run the following commands:

npm install
npm start

The webapp can then be found at localhost:5000.

Deployment

The application is currently hosted on an Azure Blob Storage. To deploy, run the following commands:

npm run install
az storage blob upload-batch -d <BLOB CONTAINER> --account-name <ACCOUNT NAME> -s .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors