/meetup-event-planner

Meet-Up Event Planner is a web app with high conversion web forms for my nanodegree. It has input validations and an awesome function to autofill Location input with Google Places API

Primary LanguageJavaScript

Meet-Up Event Planner

There is a repository to store my Meet-Up Event Planner Web Application for my nanodegree studies. Meet-Up Event Planner is a web app with high conversion web forms for my nanodegree. It has input validations and an awesome function to autofill Location input with Google Places API

Meetup Event Planner

How to run

The Meet-Up Event Planner requires Node.js v4+ to run.

Clone this repository.

$ git clone https://github.com/mmoraisa/MeetUpEventPlanner

Install the dependencies.

$ npm install

Run gulp streaming build system...

$ gulp

You can synchronize your browser with the application running

$ gulp serve

It will create the /dist folder that contains the web application files. You can run some webapp servers and open the event.html or account.html files.