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
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 are resolved from src/ dir.