# Project Page
http://projects.movableink.com/production/<%= project_name %>/index.html


# Params


# Campaign
https://app.movableink.com/agile/campaigns/<%= campaign_id %>/template/preview


# Zendesk Ticket Number
https://movableink.zendesk.com/agent/tickets/<%= ticket_id %>


# How To Run Webpack and Babel

## To install dependencies from scratch:

```
npm install
```

## To install dependencies from a pulled down repo:

```
npm install --ignore-scripts
```

## For local development:

```
npm run dev
```

## For production development:

```
npm run prod
```

## To install new dependencies:

```
npm install {name} --save
```
