https://github.com/webtaculars/angularjs-parcel-example
Simple angularjs example with parcel-bundler
https://github.com/webtaculars/angularjs-parcel-example
angularjs parcel parcel-bundler
Last synced: about 1 year ago
JSON representation
Simple angularjs example with parcel-bundler
- Host: GitHub
- URL: https://github.com/webtaculars/angularjs-parcel-example
- Owner: webtaculars
- Created: 2018-04-26T11:57:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T12:46:11.000Z (about 8 years ago)
- Last Synced: 2025-02-09T20:34:03.345Z (over 1 year ago)
- Topics: angularjs, parcel, parcel-bundler
- Language: HTML
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angularjs parcel example
A simple Angular.js app with [Parcel Bundler](https://parceljs.org)
## Getting started
Clone and install deps
```
git clone git@github.com:webtaculars/angularjs-parcel-example.git
cd angularjs-parcel-example
npm install --save-dev parcel-bundler
npm start
```
This will open the app in the browser.