/CodingCafe

Project for finding developers to code in cafes or other public places

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

CodingCafe

Project for finding developers to code in cafes or other public places.

This is some sort of PoC before diving into the mobile app. First of all, I play around with bing-maps. Keys for bing-maps are found here

This project was bootstrapped with Create React App.

Important:

To get around the CORS Error in calling the bing-maps-api change the following in webpack.config.dev.js: module.exports = { mode: 'development', devtool: 'cheap-module-source-map', devServer: { port: 3000, hot: true, inline: true, headers: { "Access-Control-Allow-Origin": "*" } },