Barebones API layout for React / Redux / Typescript projects.
- Node
This repo can either be used as an example for creating your own API, or a template for your React project. Regardless, the main purpose of this app is to show how an API can be made in React with Redux and Typescript.
- Clone the repo
npm i
- After installing the dependencies, you can start the app with
npm start