faroutchris / movie-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.

Running Internet Explorer 11

create-react-app does not support IE11 in development mode.
To test in this browser you will need to run the following steps.

npm i -g serve # if serve is not installed
npm run build
node serve build

Open http://localhost:5000 to view it in the browser.

About


Languages

Language:JavaScript 77.8%Language:CSS 17.5%Language:HTML 4.6%Language:Shell 0.2%