Skip to content

jackiewong99/portfolio_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portfolio (v2)

The second iteration of my personal website.

Netlify Status

If you fork this repository, please give me credit by either linking my website wongjackie.com or my github profile. Thank you and have fun creating your own website!

:rotatinglight: _Note: The purpose of this website is to not act like a theme. For any questions about your own code or implementation, please refer to the React docs.

🏠 Built and hosted on:

🛠️ Getting Started

  1. Install and use the correct version of Node using NVM

    nvm install
    
  2. Install the dependencies ("i" is short for install)

    npm i
    
  3. Run the app in the development mode

    npm start
    
  4. Open http:https://localhost:3000 to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.

🎉 Build for Production

  1. Builds the app for production

    npm run build
    

    It correctly bundles React in production mode and optimizes the build for the best performance.

  2. Deploy your app

    See the create-react-app docs section about deployment for more information.

📓 Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.