Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 633 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 633 Bytes

Portfolio Template

React + TypeScript + Bootstrap

Make Your Own!

  1. Fork or clone the code repository with Git
  2. Standard npm install command
  3. Create a content file, see: sampleReducer.js
  4. Pull data with /src/store/reducers/myReducer.js
  5. Preview locally with the npm start command
  6. Adjust the content in your reducer file
  7. Add images to the public/img/ folder
  8. Turn on GitHub pages on the GitHub repo you forked or created
  9. Publish with the npm run deploy command