Skip to content

MyNameIsMikeGreen/parrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parrot

React.js frontend for MikeGreen.net.

Usage

  • npm install: Installs node dependencies necessary to run the app
  • npm start: Runs the app on http://localhost:3000
  • npm test: Tests the app
  • npm run build: Builds the app for production to the build folder
  • npm run deploy: Performs npm test followed by npm build if it succeeds