- 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.
- 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.
- 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.
- 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.
- 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.
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
- Make sure that you have Node.js v8.10 and npm v5 or above installed.
- Clone this repo using
git clone https://github.com/draftapps/frontend.git
- Move to the appropriate directory:
cd frontend
. - Run
yarn run setup
in order to install dependencies and clean the git repo.
At this point you can runnpm start
to see the example app athttp://localhost:3000
. - 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.
- The Hitchhikers Guide to
react-boilerplate
: An introduction for newcomers to this boilerplate. - Overview: A short overview of the included tools
- Commands: Getting the most out of this boilerplate
- Testing: How to work with the built-in test harness
- Styling: How to work with the CSS tooling
- Your app: Supercharging your app with Routing, Redux, simple asynchronicity helpers, etc.
- Troubleshooting: Solutions to common problems faced by developers.
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!
This project is licensed under the MIT license, Copyright (c) 2018 Maximilian
Stoiber. For more information see LICENSE.md
.