How to build native-apps without coding?
Nativefier
How to build native apps from websites?
I mostly using a Nativefier for this process, and today I want to idroduce you how to do that!
- Download Node.js®
This is required for Nativefier to work. Click on the Windows Installer link to download and then install. Node.js is a JavaScript runtime used by programmers to build scalable network applications. If that doesn’t mean anything to you, stop thinking and just do it. You can just use the default settings. - Restart your PC. (This is required in Node.js intallation process.)
- Open the Node.js command prompt and install Nativefier. Copy & paste the following to install and press enter:
npm install nativefier -g
- Create wrapper for any web app. Once Nativefier is installed, copy & paste the following into the Node.js command prompt and press enter:
nativefier --name "anyname" "https://any.link"
Congratulations @ziqiln! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!