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
- Host: GitHub
- URL: https://github.com/canjs/webpack-example
- Owner: canjs
- Created: 2018-01-31T17:51:49.000Z (over 8 years ago)
- Default Branch: can-6
- Last Pushed: 2020-05-31T00:35:16.000Z (about 6 years ago)
- Last Synced: 2025-08-03T03:44:04.596Z (11 months ago)
- Language: JavaScript
- Homepage: https://canjs.com/doc/guides/setup.html#webpack
- Size: 111 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CanJS & webpack example
[](./LICENSE.md)
[](https://travis-ci.org/canjs/webpack-example)
[](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.