All Projects β†’ Hotell β†’ react-tools-for-better-angular-apps

Hotell / react-tools-for-better-angular-apps

Licence: other
Use React ecosystem for unified and top notch DX for angular developement

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to react-tools-for-better-angular-apps

Moveit
πŸš€ NLW #4 | React+ TypeScript + NextJS + StyledComponents + Firebase + MongoDb +Axios
Stars: ✭ 39 (+30%)
Mutual labels:  jest, storybook, axios
React Nativeish
React Native / React Native Web Boilerplate
Stars: ✭ 106 (+253.33%)
Mutual labels:  jest, storybook, axios
Express React Boilerplate
πŸš€πŸš€πŸš€ This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (+6.67%)
Mutual labels:  jest, storybook, axios
vuetibook
Integrating Vue.js, Vuetify and Storybook
Stars: ✭ 16 (-46.67%)
Mutual labels:  jest, storybook, axios
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (+140%)
Mutual labels:  jest, axios
Ifme
Free, open source mental health communication web app to share experiences with loved ones
Stars: ✭ 1,147 (+3723.33%)
Mutual labels:  jest, storybook
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (+243.33%)
Mutual labels:  jest, axios
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (+286.67%)
Mutual labels:  jest, axios
Mhy
🧩 A zero-config, out-of-the-box, multi-purpose toolbox and development environment
Stars: ✭ 128 (+326.67%)
Mutual labels:  jest, storybook
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+5960%)
Mutual labels:  jest, axios
Lerna Yarn Workspaces Monorepo
πŸ‰ A Monorepo with multiple packages and a shared build, test, and release process.
Stars: ✭ 201 (+570%)
Mutual labels:  jest, storybook
Storybook Addon Jest
REPO/PACKAGE MOVED - React storybook addon that show component jest report
Stars: ✭ 177 (+490%)
Mutual labels:  jest, storybook
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+8266.67%)
Mutual labels:  jest, storybook
Simple React Calendar
A simple react based calendar component to be used for selecting dates and date ranges
Stars: ✭ 97 (+223.33%)
Mutual labels:  jest, storybook
React Redux Saga Starter
Basic, Opinionated starter kit for React+Redux+Redux Saga with support for SCSS CSS Modules, Storybook, JEST testing, and ESLint
Stars: ✭ 12 (-60%)
Mutual labels:  jest, storybook
Angular Builders
Angular build facade extensions (Jest and custom webpack configuration)
Stars: ✭ 843 (+2710%)
Mutual labels:  jest, angular-cli
angular-starter
πŸš€ Angular 14 Starter with Storybook, Transloco, Jest, TestCafe, Docker, ESLint, Material & Prettier πŸš€
Stars: ✭ 124 (+313.33%)
Mutual labels:  angular-cli, testcafe
React Typescript Web Extension Starter
πŸ–₯ A Web Extension starter kit built with React, TypeScript, SCSS, Storybook, Jest, EsLint, Prettier, Webpack and Bootstrap. Supports Google Chrome + Mozilla Firefox + Brave Browser πŸ”₯
Stars: ✭ 510 (+1600%)
Mutual labels:  jest, storybook
Vuejs Training
VueJS training including Vue ecosystem: HTTP (Axios), Vuex, Unit Testting (Jest)...
Stars: ✭ 6 (-80%)
Mutual labels:  jest, axios
2019 12
🎟 κΈ‰μ¦ν•˜λŠ” νŠΈλž˜ν”½μ—λ„ μ•ˆμ •μ μΈ μ˜ˆμ•½ μ„œλΉ„μŠ€, Atomic Pattern을 μ μš©ν•œ μž¬μ‚¬μš© κ°€λŠ₯ν•œ μ»΄ν¬λ„ŒνŠΈ, μ‹€μš©μ μΈ Testing을 주제둜 ν•˜λŠ” 이벀트 μ„œλΉ„μŠ€
Stars: ✭ 169 (+463.33%)
Mutual labels:  jest, storybook

Angular CLI with better defaults from React ecosystem

This project was generated with Angular CLI version 1.7.1.

It also adds better tooling defaults from React ecosystem, for much better and faster DX with Angular. Core remains unchanged so you get all Angular CLI benefits indefinitely πŸ˜ŽπŸ‘Œ

Project Guidelines

Git

https://github.com/wearehive/project-guidelines#git

Running your app

Run yarn start for booting up your app with dev server or yarn start --open and it will boot and open your browser.

If you wanna use HMR you can run yarn start:hmr

Code scaffolding

Run yarn ng g c component-name to generate a new component.

You can also use yarn ng g directive|pipe|service|class|guard|interface|enum|module.

Build

Run yarn build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run yarn test to execute the unit tests via Jest.

For getting code coverage execute yarn test:coverage

Running end-to-end tests

Run yarn e2e to execute the end-to-end tests in chrome in watch mode via TestCafe.

Run yarn e2e:ci to execute whole test suite in all browsers

Running Storybook

Run yarn storybook and go to localhost:6006

Reformat whole code

Note: you don't need to do this, lint-staged and husky will do that for you

You can run yarn format for executing prettier and yarn lint for linting and fixing lint mistakes in your codebase.

Upgrade dependencies

Run yarn upgrade-interactive --latest and choose what you wanna bump up!

Example app

Check out this branch to explore real life usage of provided tools

Further help

To get more help on the Angular CLI use yarn ng help or go check out the Angular CLI README.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].