codeforgermany / click_that_hood

A game where users must identify a city's neighborhoods as fast as possible
http://click-that-hood.com
MIT License
450 stars 639 forks source link

Move build step into separate file #320

Closed fnogatz closed 3 years ago

fnogatz commented 3 years ago

In the long term, we want to remove the dependency to the Express webserver, since the current version of Click that hood does not require any server-side processing. As a first step, we separate the two concerns of starting the (static) webserver via npm start and the build process to create the combined data.js metadata file. This way, the build step can be explicitly called via npm run build.