Skip to content

⛔️ DEPRECATED Making the notes app using React and Cordova

License

Notifications You must be signed in to change notification settings

AbhishekNairOfficial/notesApp

Repository files navigation

⛔️ DEPRECATED

This is no longer supported, please consider using Notes-App instead. I have made that application using React-native instead of Cordova.

React-Cordova-Boilerplate

A boilerplate application using React JS and Apache Cordova to make web applications. Using this boilerplate app, you can use your JS code built through React, and run it as a webview application in Android, iOS, Windows, OSX, browser.

The application uses Apache Cordova to build an app file from your web code.

Installation

Follow the below steps to use this boilerplate for your applications.

  • Clone the repo to your system.
  • Write your code inside the ./src folder, and use npm start to visualise your development.
  • When you're done with your work, run the command npm run build / yarn run build. This runs npm run build, which builds a minified version of your application, and then moves the build files to the ./cordova/www folder.
  • Now, change directory to ./cordova, and run cordova run android or cordova build ios, or whichever platform you have installed.