Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fouad/famous-cordova-seed

A seed project to get started with Webpack, Cordova and Famo.us
https://github.com/fouad/famous-cordova-seed

Last synced: 3 months ago
JSON representation

A seed project to get started with Webpack, Cordova and Famo.us

Awesome Lists containing this project

README

        

#Famous Cordova Seed
> A seed project to get started with Webpack, Cordova and Famo.us

---

###Installation

```bash
git clone https://github.com/fouad/famous-cordova-seed
cd famous-cordova-seed
# rm -rf .git && git init && git commit -m "Make it so" # optionally reset git history
npm i # install dependencies
```

---

###Development
Run the dev server with ```npm run start-dev```

Now the dev server should run on localhost:8080

Run the linters with ```npm run lint```

Run All Tests with ```npm test```

###Cordova

For live-reload, run dev server then ```cordova run ```.

###Production

Run ```npm run dist``` to create an uglified bundle. Also exposes ```window.ENV='PRODUCTION'```.