Skip to content

janemkim/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jane's website repo

I started this project with Create React App.

Terminal commands for project

  • npm start - runs the website in dev mode at http://localhost:3000
  • npm test - runs tests in the interactive watch mode
  • npm run build - builds production site to the build folder