DEV Community

Discussion on: My Portfolio Made With ReactJS

 
princejaiswal profile image
Prince Jaiswal • Edited

Not Working

This Is Coming When I Add dist/

Thread Thread
 
maulanarifai114 profile image
Raden Maulana Rifa'i Abdullah • Edited

I'm looking your repos, this is bad idea when you just upload the built source, you have to upload whole source, except "node_modules" and "build" folder, let netlify build in their server.

You can check mine github.com/maulanarifai114/templat...

  1. First add new site from existing project
    image

  2. Let netlify get authentication from your github

  3. Choose the repo
    image

  4. You can deploy your site, just waiting for build (mine use yarn, you can use npm)
    image

Thread Thread
 
princejaiswal profile image
Prince Jaiswal

yes , i done all your steps