samswartz13/portfolio
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
README # Set up development environment 1. Navigate to project file in terminal 2. Pull down repo into this project file 3. Run npm install 4. Run npm start # Build project 1. npm run build ## Serve build locally 1. npm run build:serve ## Deploy build 1. Update the deploy.js node file with the appropriate FTP credentials 2. npm run build:deploy #TODO