/media-lists-client

Clientside code for media-lists website

Primary LanguageJavaScript

media-lists-client

This project requires media-lists-server to run.

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 your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Tests are currently implemented on Media, MediaList, and Search components. Tests need to be implemented on ContextMenu component Tests are currently implemented on externalCalls reducer. Tests need to be implemented on the page reducer

npm run build (I've not yet run this)

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.