Simple Map? to store and manage your favorite awesome places!!!
npm start
to bootstrap the application intolocalhost:5000
npm build
to make the production build into the /build foldernpm test
to run the unit tests
React
as the frameworkMapBox GL JS
for the maps (pretty cool)SocketIO
for socket communicationMaterial-ui v1
as the UI components framework (because I love it)Heroku
for deployment
- First time trying mapbox, it was pretty cool.
- Missed Redux a lot, but it was an extra complexity not needed for this App.
- It took about 6 hours to make this app.
- Wanted to use Vue, but, that was a risk that I leaved for the backend.