Skip to content

xgqfrms/movie

Repository files navigation

movie

A React Movie Search Web App

docs

https://app.grammarly.com/ddocs/952896189

# npx, npm 5.2+
$ npx create-react-app movie-search-web-app

# npm, npm 6+
$ npm init react-app movie-search-web-app

# yarn, yarn 0.25+
$ yarn create react-app movie-search-web-app
$ node -v
# v12.18.0

$ npm -v
# 6.14.4

$ yarn -v
# 1.22.4

React Movie Search Web App

$ yarn start

$ yarn test

$ yarn build

$ yarn eject

$ open http://localhost:3000

docs

https://reactjs.org

https://facebook.github.io/create-react-app/docs/