Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating the dist folder? #122

Open
martingaston opened this issue Oct 18, 2018 · 1 comment
Open

Creating the dist folder? #122

martingaston opened this issue Oct 18, 2018 · 1 comment

Comments

@martingaston
Copy link

"start": "node src/server.js",

If Heroku runs your start script to setup it will start an Express server but I'm not sure it will build the dist folder to be served - you might want to chain the two commands together parcel build index.html && node src/index.js

@harryyy27
Copy link
Collaborator

We actually don't use start. We use npm run dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants