https://github.com/zirho/portfolio
My portfolio website with reactjs
https://github.com/zirho/portfolio
Last synced: 5 months ago
JSON representation
My portfolio website with reactjs
- Host: GitHub
- URL: https://github.com/zirho/portfolio
- Owner: zirho
- License: mit
- Created: 2016-06-16T00:18:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T00:52:59.000Z (over 3 years ago)
- Last Synced: 2025-02-04T19:45:17.522Z (over 1 year ago)
- Language: HTML
- Homepage: https://zirho.github.io/portfolio/
- Size: 12.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# My Portfolio webapp with reactjs
This codes are built on top of my webpack-app-starter repo.
[webpack-app-starter](https://github.com/zirho/webpack-app-starter)
* react, react-router, react-router-bootstrap, react-bootstrap
* Scss, html5, modernizr
* Webpack with Babel [ es2015, react, stage-2 ] presets, HMR enabled
* Eslint - airbnb-base
* Mocha unit testing - mocha, enzyme, jsdom
# Structure
- `src/markup/*` initial markup files - html, css, bootstrap, fontawesome
- `src/**/*.js` source codes
- `src/**/*Spec.js` unit testing
- `dist/*` bundled result
# Commands
##### With npm scripts
```
npm run build
npm run dev
npm run lint
npm test
```