# The Local Development Environment

The Project folder is made up up
  - devpacks - manifests for webpack's DLL plugin
  - environments - environment specific env vars etc
  - scripts - environment aware scripts that have global context helpers
  - webpacks - environment specific webpack configurations

## Webpack Build Tools

### Build Devpacks / DLL

`npm run postinstall`

### Run Development Server

`npm runstart`

### Build Production Version

```
npm run build
```

## Code Linters

## Running Tests

