Wikinaut / mapsenger_app

Web-based Mapsenger using React.js

Home Page:http://mapsengerapp.com:8080

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapsenger

Mapsenger is a map-based instant messaging application that allows users to discuss, search, and share information about places to meet and activities to do. This app eliminates the pain point of having to alternate between apps by having everything you need to arrange a hang out built right into it.

npm scripts

Install the npm packages using:

$ npm install

Dev

$ npm run dev

This runs a development mode server with live reload etc.

Open http://localhost:8080 in your browser.

Production

$ change ip address by running ifconfig en0 -> inet [] copy and paste it in noder-server.js
$ npm run build
$ npm run start

This runs a production-ready express server that serves up a bundled and minified version of the client.

Open http://localhost:8080 in your browser.

Tests

Single Run

$ npm run test

Watch Files

$ npm run test:watch

Coverage

$ npm run cover

About

Web-based Mapsenger using React.js

http://mapsengerapp.com:8080


Languages

Language:JavaScript 82.3%Language:CSS 15.4%Language:HTML 2.2%Language:Dockerfile 0.0%