Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vigneshshanmugam/phrontend-example
- Owner: vigneshshanmugam
- Created: 2015-07-10T10:07:46.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-07-20T10:06:33.000Z (over 9 years ago)
- Last Synced: 2024-04-14T16:07:07.349Z (7 months ago)
- Language: JavaScript
- Homepage: https://vigneshh.in/phrontend-example
- Size: 754 KB
- Stars: 3
- Watchers: 3
- 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).