Web application for storicard challenge, a simple newsletter app.
Create an .env based on the .env.template:
cp .env.template .envIf 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. |
The recommendation is to have the project api.newsletter.com running first before executing this project, then:
Install project dependencies:
yarn installRun the project:
yarn start:appAt this point you should be able to render the site at: http://0.0.0.0:3000
Carlos David Hernández Martínez - Davestring