A personal portfolio website, with details concerning my various web development projects.
As this site states, I like to explore new tools! The ones that I explored for the first time here are:
- React Router
- React Scroll (an open source project)
- LESS
Some things I'd like to get working better.
- Mobile footer oddness.
- D3 chart for skills.
$ yarn
$ yarn setup
$ yarn start
Now visit localhost:4000
There is a basic test framework in your test/ folder. Here's how to use it:
$ yarn test # runs all tests
$ yarn test server/index.js # runs tests in a single fileSee the pult docs for adding additional modules to this boilerplate.