An open API service indexing awesome lists of open source software.

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

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
```