Atyantik / react-pwa

An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.
https://www.reactpwa.com
MIT License
2.57k stars 301 forks source link

your src folder is empty #105

Closed ashmitaggarwal closed 6 years ago

ashmitaggarwal commented 6 years ago
tirthbodawala commented 6 years ago

@ashmitaggarwal src already has 4 files client.js server.js routes.js webpack.js

Can you please let me know which src folder are you talking about?

ashmitaggarwal commented 6 years ago

just 4 files.. even those are empty.. nothing in there.. https://demo.reactpwa.com/ where to see the socurce code for this boilerplate

tirthbodawala commented 6 years ago

@ashmitaggarwal yes the repository is served with bare-minimum. For starters, you can look at the code of https://github.com/Atyantik/pawjs/tree/master/demo

The exact code of demo.reactpwa.com was replaced and we would be adding more examples to react-pwa repo in future. Thanks for understanding.

Your contribution is appreciated.

tirthbodawala commented 6 years ago

@ashmitaggarwal Also one of the core developer @yash-thakur has implemented his Portfolio site using react-pwa. Find the code below: https://github.com/yash-thakur/pawjs-portfolio

Live Website: https://www.yashthakur.in

Hope the above comments help