edkf / framer-export-mac-app

A simple tool to create prototypes using framer.js for free and export apps to mac (like principle)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Framer export mac app

A simple tool to create prototypes using framer.js for free and export apps to mac (like principle)

Installation

# clone the repo
git clone https://github.com/edkf/framer-export-mac-app.git
# go into the repository
cd framer-export-mac-app
# delete the .git folder
rm -rf .git
# install dependencies
npm install

Creating a prototype

npm run start and write your code on app.coffee

Generate a mac app

run npm run build and the file will be placed in framer-export-mac-app-darwin-x64 folder

About

A simple tool to create prototypes using framer.js for free and export apps to mac (like principle)


Languages

Language:JavaScript 64.6%Language:CoffeeScript 18.0%Language:HTML 17.4%