A collection of Framer modules. Built using React.js and untilising the Redux application architecture.
- Clone this repo using
git clone git@github.com:interacthings/framer-modules - Run
npm installto install the dependencies. - Run
npm run start-devto start the local web server. - Go to
http://localhost:3000and you should see the app running!
If you change something in the JavaScript or CSS files, they get compiled and minified automatically on save. Simply look at your browser and you should see the changes you made!
This project is licensed under the MIT license.