Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vigneshshanmugam/phrontend-example

Sample app using Phrontend
https://github.com/vigneshshanmugam/phrontend-example

Last synced: 30 days ago
JSON representation

Sample app using Phrontend

Awesome Lists containing this project

README

        

# phrontend-example

+ [phrontend](https://github.com/flipkart-incubator/phrontend)
+ [phrontend-webpack](https://github.com/flipkart-incubator/phrontend-webpack)

## Demo ?

+ https://vigneshh.in/phrontend-example

## Development

+ requires **npm@3** and **[email protected]**

+ `npm install`
+ `npm start` - starts webpack-dev-server

## Production

+ `npm run build`

This emits css and js files. Use `public/current.version` to pick the current version of the file to push it to CDN or something similar. An example hack for adding it to git is [here](gh-pages.js).