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

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

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.