- TypeScript, as the main language used
- Webpack, to bundle our source files
- React, to build our UI
- Redux, to manage the state of the app
- Express, as a simple server to render initial page
- Material UI, as a component library
- JSS, to style our components
$> yarn install
$> yarn build
$> yarn start
$> npm install
$> npm run build
$> npm run start
Access the app at localhost:8080