Skip to content

gloriaJun/react-ts-realworld-example-app

Repository files navigation

RealWord example app

React + TypeScript + Redux codebase containing real world examples


RealWorld Frontend Build Status Codacy Badge Task Starter Kit

Table of Contents

Usage Skill

  • TypeScript v4.3.x
  • react-scripts v4.x.x
  • React v17.x.x
  • React Router v 5.x
  • emotion v11.x.x
  • Storybook v6.3.x
  • @testing-library/react v12.x.x

Project Structure

based on Atomic Design

Getting started

npm install

# Runs the app in the development mode.
npm start

Open http://localhost:3000 to view it in the browser.

Production

npm run build

Test

npm test