An email client application (inspired on Spark) wrote with React Native and Redux just in a weekend 🚀
I'm using react-native-macos which is not ready for production applications yet, this is just an experiment to try new cool stuff 😎
This application is completely dummy. Don't expect to replace your current mail client by this 😉
Install react-native-macos
in your system if you didn't yet:
npm install react-native-macos-cli -g
Install node packages:
npm install
Open the Xcode's project:
cd react-native-mailer
open macos/Mailer.xcodeproj
Run the app from Xcode:
⌘ + R
or just hitting the Play button.