https://github.com/oguzthmc/movies-react-spa
A single page application that can search and list movies or TV series in React
https://github.com/oguzthmc/movies-react-spa
Last synced: 2 months ago
JSON representation
A single page application that can search and list movies or TV series in React
- Host: GitHub
- URL: https://github.com/oguzthmc/movies-react-spa
- Owner: oguzthmc
- Created: 2020-09-13T11:13:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T11:44:36.000Z (over 4 years ago)
- Last Synced: 2023-11-01T00:25:57.795Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://oguzthmc.github.io/movies-react-spa/
- Size: 630 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movies-react-spa
rm -rf node_modules/
node -v
nvm ls
nvm i 12.16.0
nvm use 12.16.0npm install
npm start