ArturW1998 / Portfolio

My own portfolio build on React (React + Redux + SASS)

Home Page:https://arturvoloshyn.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio Application

My own portfolio build on React

Demo

To clone

  • You'll need to have git, node installed in your system.

git clone https://github.com/ArturW1998/Portfolio.git

Provides

  • react ^16.x
  • redux 4.x

To install

  • Copy .env.dist as .env

  • Replace the values of the environment variables with your own in the .env file

  • Then install the dependencies:

npm install

Run development server

  • webpack-dev-server 3.x
  • redux-devtools (with browser plugin)

npm run dev

Open the web browser to http://localhost:3000/

To build the production package

  • webpack 4.x
  • babel 6.x

npm run prod

Code Quality

  • eslint 6.x
  • stylelint 12.x
  • prettier 1.x

To do the actual linting and formatting, run:

npm run lint / npm run lint:styles / npm run format / npm run format:styles

Unit Testing

  • jest 24.x

To run tests using Jest:

npm test

Contribute

Please contribute to the project if you know how to make it better, including this README :)

About

My own portfolio build on React (React + Redux + SASS)

https://arturvoloshyn.netlify.app/

License:MIT License


Languages

Language:SCSS 50.6%Language:JavaScript 45.5%Language:CSS 2.1%Language:HTML 1.9%