/simple-react-app

A simple React.js application for learning purposes

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Simple React.js Application

Just the classic example of the task manager.

Prerequisites

How to deploy

After executing the following commands a React.js server will be started on port 3000 by default.

yarn install
yarn build
yarn start

Configure

You can create an .env file in the root path to change some default behaviors.

Field Description
PORT React.js server port
BROWSER You can set this value to none to avoid launching the browser on application startup.