/node-typescript-react-web

React meets typescript.

Primary LanguageTypeScript

CircleCI Maintainability TypeScript

Node Typescript React Web

Deploy

Demo application is running here.

📘 Backend API is running here. You can find the source code of the backend application here.

Development

System Dependencies:

  1. brew install node
  2. brew install yarn

Run development server:

  1. yarn start

Useful Commands

  • yarn cypress:open open cypress UI for e2e tests
  • yarn cypress:run run e2e tests in console