draftapps / frontend

React based frontend for https://www.draftapp.io, wanna contribute?

Home Page:https://bit.ly/2RfjKD9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Draftapp logo


Simple collaborative tool for designers and developers - open source and free!
Draft helps you to collaborate faster, generate instantly exportable assets, automated code snippets, manage your projects, assign tasks, share and discuss feedback on your designs.


Maintained with ❤️by an amazing team of developers.
Want to join? Please send us your email here, so we can add you

Features

Sketch and Photoshop integration, you can export your designs with single click
With Draft’s Sketch and Photoshop plugins, you will be able to export your designs to Draft with a single click. Also if you want to update them, you will do that straight from Sketch or Photoshop, just hit the sync button.

Plugins

No need to export your design assets anymore
With Draft, you will not need to export any of your design assets anymore. Draft will get that after you import your designs.

Plugins

Get a perfect style guide in just seconds
Once you import all of your screens, you will get a perfect style guide that can be downloaded or shared with anyone with a public link or you can change the link privacy so specific people can see it.

Plugins

Get instant feedback on your designs from your team members
Anyone on your team can create a note on your design screens, and you can reply to any note created. Also you can mark it as resolved or leave it so you can keep track of your feedback progress.

Plugins

Get notified with Slack’s integration
Integrate with Slack and get notified if someone left a note, you can get it directly and automatically into your Slack channel.

Plugins

But wait... there's more!

  • The best test setup: Automatically guarantee code quality and non-breaking changes. (Seen a react app with 100% test coverage before?)
  • Native web app: Your app's new home? The home screen of your users' phones.
  • The fastest fonts: Say goodbye to vacant text.
  • Stay fast: Profile your app's performance from the comfort of your command line!
  • Catch problems: AppVeyor and TravisCI setups included by default, so your tests get run automatically on Windows and Unix.

There’s also a fantastic video on how to structure your React.js apps with scalability in mind. It provides rationale for the majority of boilerplate's design decisions.

Keywords: React.js, Redux, Hot Reloading, ESNext, Babel, react-router, Offline First, ServiceWorker, styled-components, redux-saga, FontFaceObserver

Quick start

  1. Make sure that you have Node.js v8.10 and npm v5 or above installed.
  2. Clone this repo using git clone https://github.com/draftapps/frontend.git
  3. Move to the appropriate directory: cd frontend.
  4. Run yarn run setup in order to install dependencies and clean the git repo.
    At this point you can run npm start to see the example app at http://localhost:3000.
  5. Run yarn run clean to delete the example app.

Now you're ready to rumble!

Please note that this boilerplate is production-ready and not meant for beginners! If you're just starting out with react or redux, please refer to https://github.com/petehunt/react-howto instead. If you want a solid, battle-tested base to build your next product upon and have some experience with react, this is the perfect start for you.

Documentation

Supporters

This project would not be possible without the support by these amazing folks. Become a sponsor to get your company in front of thousands of engaged react developers and help us out!


License

This project is licensed under the MIT license, Copyright (c) 2018 Maximilian Stoiber. For more information see LICENSE.md.

About

React based frontend for https://www.draftapp.io, wanna contribute?

https://bit.ly/2RfjKD9

License:MIT License


Languages

Language:JavaScript 86.7%Language:HTML 12.8%Language:CSS 0.4%Language:Dockerfile 0.2%