code-for-nashville / inclucivics

Data visualization of Nashville Metropolitan Government employee salary and demographics
http://www.codefornashville.org/inclucivics/
MIT License
12 stars 18 forks source link

Feature/fix frontend local testing #160

Closed braindawg closed 5 years ago

braindawg commented 5 years ago

This will allow users to test the front-end portion of the site by supplying the back-end data that they would otherwise be unable to get from AWS due to CORS restrictions. Starting the site via 'npm start' will cause the Node.js Staging environment to take effect, using our local data instead of the AWS bucket.