Create React apps with no build configuration. Iglu Front is extended version of Create React App.
- Quality tools (code): Typescript, ESLint, Prettier, Jest, React-testing-library, Husky
- Quality tools (UI): Storybook
- Addons: SASS
- Hosting: Netlify
yarn
- Install dependenciesyarn start
- Runs the app in the development mode.yarn test
- Launches the test runner in the interactive watch mode.yarn test:coverage
- Runs the tests once.yarn build
- Builds the app for production to thebuild
folder.yarn lint
- Look and fix linting errors
You can learn more in the Create React App documentation. To learn React, check out the React documentation.
Thanks goes to these wonderful people (emoji key):
Anton Aavik 💻 📖 💬 🐛 |
Kaspar Suvi 💻 |
Ivar Kallejarv 💻 |
Viljar Kärgenberg 🐛 |
Harles-Herman Pilter 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!