Find activities for you and your friend half way between your locations!
- Development Team Members:
- Alec Draymore - Full Stack Engineer
- Chetanpreet Malhi - Full Stack Engineer
- Walter Shub - Full Stack Engineer
- Try out the live demo of Halfwaze here!
- Node 6.11.x
To run a local instance ...
Run npm install to install all node modules.
Add a file Halfwaze\server\config.js. It must contain:
module.exports = {
google: {
APIKEY: 'YOUR_KEY',
},
darksky: 'YOUR_KEY',
yelpClientID: 'YOUR_ID',
yelpClientSecret: 'YOUR_KEY',
};
Run npm start to start the server.
In a separate terminal window, run webpack -d --watch to start webpack.
*You may need to npm install -g webpack.
From within the root directory:
sudo npm install -g bower
npm install
bower installto run a local instance from within root:
npm run react-dev
npm run server-dev
mongod
