The main purpose of this repository is to show a working React app in TypeScript.
To build and run this app locally you will need a few things:
- Install Node.js
Clone the repository
git clone https://github.com/dreamsparkx/react-redux-starter <project_name>
Install dependencies
cd <project_name>
npm install or
npm install --legacy-peer-deps
Build and run the project
npm run build
npm start
Added an example for websockets. Clone backend repo for the websocket to work.
Docker Commands:
docker-compose -f docker-compose.yml up --build -d