Harmony 2.0 Documentation Portal.
Harmony Boilerplate gives you the best developer experience with all the features you need for production based react redux: react routers & mobile rendering, TypeScript support, smart bundling, Redux TK, and more. No config needed.
Quick start 🚀
Run npx command or install harmony2 globally to create a new project.
Install Harmony globally
npm install -g harmony2@latestharmony2 createRun npx command
npx harmony2@latest createFeatures
Speeds up development
We did most of the heavy lifting for you to provide a better experience with boilerplates.
Best Practice
Predefined scripts that let you deliver your app as fast as you can.
Static-Typing
The boilerplate comes with Typescript built-in provided with pre-defined rule-set for better writing and predective bad practices.
Real-Time Dispatching
Ability to dispatch actions on each client via Websockets.
User Authentication
Ready-To-Use auth mechanism with high security.
Multilingual Support
Easy to add and support multiple languages with `react-intl`.