- React - A JavaScript library for building user interfaces
- Redux - Redux is a predictable state container for JavaScript apps.
- Webpack - At its core, webpack is a static module bundler for modern JavaScript applications.
- TypeScript - TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
- React Router 4 -React Router is a collection of navigational components that compose declaratively with your application.
- node.js - evented I/O for the backend
Set dependencies and devDependencies and start the server 🔥
$ cd home-react-project
$ npm install
$ npm start