Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fouad/famous-cordova-seed
- Owner: fouad
- Created: 2015-04-06T22:10:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-06T23:12:25.000Z (almost 10 years ago)
- Last Synced: 2024-04-10T23:52:19.805Z (10 months ago)
- Language: JavaScript
- Homepage: https://famo.us
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'```.