/example-react-app

Example web app made using React.js that will search through a database of football players. It's build using Flux principle with redux, reselect & redux-saga

Primary LanguageTypeScript

Example React App

Project build with create-react-app

App build using reactjs & redux that will query a list of players from a static json and allow filtering

Development

Important

First of all, you must manually create an .env file at the root of your project to import every dependency from ./src directory as root. Copy & paste the contents below into your .env file

BABEL_ENV=development
NODE_ENV=development
# https://github.com/facebook/create-react-app/issues/5645#issuecomment-461999138
NODE_PATH=src/

Run a development server through the command

yarn start

Imports

Imports are resolved from src/ dir.

Source of Information

  1. Setting up linters in project
  2. Typescript: Using Typed Theme in Styled-Components
  3. Typescript: Using Typescript interfaces in Styled-Components
  4. Use EsLint to linter your Typescript projects