Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauliescanlon/pauliescanlon-io-2018
The portfolio of Paul Scanlon 2018
https://github.com/pauliescanlon/pauliescanlon-io-2018
react react-emotion storybook typescript
Last synced: about 1 month ago
JSON representation
The portfolio of Paul Scanlon 2018
- Host: GitHub
- URL: https://github.com/pauliescanlon/pauliescanlon-io-2018
- Owner: PaulieScanlon
- Created: 2018-06-07T08:46:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:53:10.000Z (about 2 years ago)
- Last Synced: 2024-10-28T17:40:11.776Z (3 months ago)
- Topics: react, react-emotion, storybook, typescript
- Language: TypeScript
- Size: 4.84 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pauliescanlon-io-react-201
[![forthebadge](http://forthebadge.com/images/badges/fuck-it-ship-it.svg)](http://forthebadge.com)
The Porfolio of Paul Scanlon.
Features:
- React
- TypeScript
- Styled Components
- Storybook
- Jest
- Enzyme
- Made with Next.js
- GhostCmsDev:
```sh
yarn dev
``````sh
[WP] Access URL:
----------------------------------
Local: http://localhost:3030
----------------------------------
```Storybook:
```sh
yarn storybook
``````sh
[WP] Access URL:
----------------------------------
Local: http://localhost:6060
----------------------------------
```Test:
```sh
yarn test
```