portfolio-redux-app icon indicating copy to clipboard operation
portfolio-redux-app copied to clipboard

Awesome Design, Hosting question?

Open immortalstar7 opened this issue 7 years ago • 5 comments

Hi Callum,

The design and development concept is pretty awesome. I used this as boilerplate code to create my own portfolio. But I am having issues with the deployment. Could you please tell me how did you deployed yours? I am trying to push the build to Heroku and host it. The build is deployed successfully but its not running. Could you please provide some pointers?

immortalstar7 avatar May 09 '17 20:05 immortalstar7

Hi Dhrumit,

I don't host my portfolio on Heroku but this issue is likely that you need to build app before running it.

Try editing the package.json to have a postinstall step

"scripts": { .... "postinstall": "npm run build" .... }

Also I think heroku will run npm start rather than npm run start-prod, thus you may need to change them around.

Sorry couldn't be more help.

Callum

On 09/05/2017 21:11, Dhrumit Sheth wrote:

Hi Callum,

The design and development concept is pretty awesome. I used this as boilerplate code to create my own portfolio. But I am having issues with the deployment. Could you please tell me how did you deployed yours? I am trying to push the build to Heroku and host it. The build is deployed successfully but its not running. Could you please provide some pointers?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/caljrimmer/portfolio-redux-app/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AAwnMb04qEN76CWx3w88fBZqN5lB5FE8ks5r4Mh5gaJpZM4NV0X4.

-- Callum Rimmer Freelance Full Stack JavaScript Developer .............................................................. http://www.callumrimmer.co.uk Mobile // 07919 411 405 GitHub // https://github.com/caljrimmer Linkedin // https://www.linkedin.com/in/callumrimmer

caljrimmer avatar May 11 '17 18:05 caljrimmer

Hi Callum,

Thank you for replying. Could you please tell me what platform you are using to host it?

On Thu, May 11, 2017 at 11:08 AM Callum Rimmer [email protected] wrote:

Hi Dhrumit,

I don't host my portfolio on Heroku but this issue is likely that you need to build app before running it.

Try editing the package.json to have a postinstall step

"scripts": { .... "postinstall": "npm run build" .... }

Also I think heroku will run npm start rather than npm run start-prod, thus you may need to change them around.

Sorry couldn't be more help.

Callum

On 09/05/2017 21:11, Dhrumit Sheth wrote:

Hi Callum,

The design and development concept is pretty awesome. I used this as boilerplate code to create my own portfolio. But I am having issues with the deployment. Could you please tell me how did you deployed yours? I am trying to push the build to Heroku and host it. The build is deployed successfully but its not running. Could you please provide some pointers?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/caljrimmer/portfolio-redux-app/issues/8, or mute the thread < https://github.com/notifications/unsubscribe-auth/AAwnMb04qEN76CWx3w88fBZqN5lB5FE8ks5r4Mh5gaJpZM4NV0X4 .

-- Callum Rimmer Freelance Full Stack JavaScript Developer .............................................................. http://www.callumrimmer.co.uk Mobile // 07919 411 405 GitHub // https://github.com/caljrimmer Linkedin // https://www.linkedin.com/in/callumrimmer

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/caljrimmer/portfolio-redux-app/issues/8#issuecomment-300871663, or mute the thread https://github.com/notifications/unsubscribe-auth/AHIWsb1SNYbU4f3BaCz7sFj3Jak_NwtMks5r406ugaJpZM4NV0X4 .

immortalstar7 avatar May 11 '17 20:05 immortalstar7

@immortalstar7 were you able to deploy the app? I'm having tons of issues with it.

JFSene avatar Jul 14 '17 15:07 JFSene

I am not able to get it to host on github pages or heroku either

screamworks avatar Nov 15 '17 17:11 screamworks

which hosting service was able to deploy this seamlessly?

screamworks avatar Nov 15 '17 17:11 screamworks