CryptoVarna / react-typescript-mobx-boilerplate

Simple React web app used as a boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React TypeScript MobX Boilerplate

A simple React web app boilerplate ready to use.

What is included

  • React - A JavaScript library for building user interfaces.
  • TypeScript - Typed JavaScript at Any Scale.
  • MobX - Simple, scalable state management and its React integration mobx-react-lite.
  • Bootstrap - The most popular front-end framework React Bootstrap.
  • React Router Dom - Collection of navigational components.
  • Jest - Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
  • React Scripts - Set up a modern web app by running one command.
  • i18next - Internationalization-framework.
  • axios - Promise based HTTP client for the browser and node.js.
  • Feather Icons - Simply beautiful open source icons. React integration here.
  • Chalk - Terminal string styling done right.

Dev extras

  • Prettier - Code formatter.
  • ESLint - Find and fix problems in your JavaScript code

Additional

Usage

Installation

yarn

Start in development (watching)

yarn start

Run tests

yarn test

Build for production

yarn build

About

Simple React web app used as a boilerplate

License:Apache License 2.0


Languages

Language:TypeScript 66.4%Language:HTML 16.6%Language:JavaScript 13.5%Language:CSS 3.4%