Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.74 KB

File metadata and controls

51 lines (27 loc) · 1.74 KB

Make my react portfolio

Available Scripts

In the project directory, you can run:

yarn

Runs the app in the development mode.
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.

AWS S3 upload

Deploy react to github

yarn add -D gh-pages

Add package.json

"homepage": "http://WilliyWonka.github.io/portfolio-react-app", "predeploy":"npm run build", "deploy":"gh-pages -d build",

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify