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

setup an express server #91

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

setup an express server #91

wants to merge 8 commits into from

Conversation

alicewriteswrongs
Copy link
Contributor

starting the work to set up an express server to serve up the maps!

then we can point something like maps.bostondisplacement.org at the little app.

edit: this will close #88

@alicewriteswrongs
Copy link
Contributor Author

@alicewriteswrongs
Copy link
Contributor Author

small breaking change, for heroku we want to have npm start start the production server. previously we had npm start initialize the hot-reload webpack dev server. that's been moved to dev-start, which means to start the development server you do npm run-script dev-start.

also previously we had build setup to do the webpack build for production, this has been changed to postinstall (which means that npm will automatically trigger a build of the application after the install finishes).

@alicewriteswrongs
Copy link
Contributor Author

ok, this is coming along. things seem to be working ok.

the big lift that's left to do is replicating the navigation menu from the jekyll app...

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

Successfully merging this pull request may close these issues.

Story URLs shared on Facebook strip the hash string
1 participant