Skip to content

isc-hemc/newsletter.com

Repository files navigation

newsletter.com

Web application for storicard challenge, a simple newsletter app.

Contents

Dependencies

TypeScript +4.9 React +18.2

Configuration

Create an .env based on the .env.template:

cp .env.template .env

If you need to update any value here's the list of the environment variables definition:

Variable Default value Description
REACT_APP_API_URL http://0.0.0.0:8000 Newsletter API URL.

Run

The recommendation is to have the project api.newsletter.com running first before executing this project, then:

Install project dependencies:

yarn install

Run the project:

yarn start:app

At this point you should be able to render the site at: http://0.0.0.0:3000

Authors

Carlos David Hernández Martínez - Davestring