The second iteration of my personal website.
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.
-
Install and use the correct version of Node using NVM
nvm install
-
Install the dependencies ("i" is short for install)
npm i
-
Run the app in the development mode
npm start
-
Open http://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.
-
Builds the app for production
npm run build
It correctly bundles React in production mode and optimizes the build for the best performance.
-
Deploy your app
See the create-react-app docs section about deployment for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.