/typescript-node-react

Simple application developed using Typescript

Primary LanguageTypeScript

Node and React app with Typescript

Basic application developed using Typescript

It is a very simple application with purpose for study

🛠 Backend

Node Express app exposing 1 functional GET endpoint

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev:server

🛠 Frontend

React app consuming the endpoint exposed by the backend

# install dependencies
$ yarn install

# start application with hot reload at localhost:3001
$ yarn start