/github_profile

Primary LanguageJavaScriptMIT LicenseMIT

GitHub Profile

Demo

Demo

Installation

$ npm i

Running in webpack dev server and api

$ npm run start
Open in browser
http://localhost:8080/

Build

$ npm run build

Style Linting

For style linting I'm using stylelint-config-standard

$ npm run lint:css

JavaScript Linting

For JavaScript linting I'm using eslint-config-standard-react

$ npm run lint:js

License

MIT