yarn start
Get 5 Top names: autoComplete(client) -> search(client) -> Get data from TvMaze api and return 5 top(server) -> showData(client)
Get names: autoComplete(client) -> search(client) -> Get data from TvMaze api and return lightweight objects in array(server) -> showData(client)
Client:
- create react app
- typescript
- node-sass
- axios -react-autosuggest
- @material-ui/icons
Server:
- express
- axios
- body-parser
- cors
For running server and client together:
- npm-run-all