https://github.com/vigneshshanmugam/phrontend-example
Sample app using Phrontend
https://github.com/vigneshshanmugam/phrontend-example
Last synced: 10 days ago
JSON representation
Sample app using Phrontend
- Host: GitHub
- URL: https://github.com/vigneshshanmugam/phrontend-example
- Owner: vigneshshanmugam
- Created: 2015-07-10T10:07:46.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-07-20T10:06:33.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T07:12:50.783Z (4 months ago)
- Language: JavaScript
- Homepage: https://vigneshh.in/phrontend-example
- Size: 754 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).