Comment by Prashant Abhishek on "What's the best way to build a lite mobile web version of website that can be reused while building the actual mobile app?" | Hashnode
Don't exactly know your requirement but for general mobile apps you should take a look into
React-native. You can build your site using React and you will be able to reuse a lot of components in your iOS and Android apps as well.