Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 871 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 871 Bytes

Flash Cards

Greenkeeper badge

Check it out live at https://claydiffrient.github.io/flash-cards

This is a project for my EDPS 6560 Mulitimedia Learning class.

It is built using the following technologies:

Development

The following commands will start a watch server that will update with changes to source files.

npm install
npm start

Building

The following commands will build the app for a production deployment.

npm run build

Deploying

The following commands will build the app and deploy it to a live static site environment at https://claydiffrient.github.io/flash-cards

npm run deploy