An open API service indexing awesome lists of open source software.

https://github.com/canjs/webpack-example

An example app using CanJS with Webpack
https://github.com/canjs/webpack-example

Last synced: 9 months ago
JSON representation

An example app using CanJS with Webpack

Awesome Lists containing this project

README

          

# CanJS & webpack example

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md)
[![Travis build status](https://travis-ci.org/canjs/webpack-example.svg?branch=master)](https://travis-ci.org/canjs/webpack-example)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/webpack-example.svg)](https://greenkeeper.io/)

## Getting started

1. Clone this repo
2. Run `npm install` to install all the dependencies
3. Run `npm run develop` to start webpack
4. Run `npm start` to start an http server
5. Open `index.html` in your browser

## Build for production

To build the application into a production bundle, run:

```
npm run build
```

You can now open `production.html` in your browser.