My own portfolio build on React
git clone https://github.com/ArturW1998/Portfolio.git
- react ^16.x
- redux 4.x
-
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
- webpack-dev-server 3.x
- redux-devtools (with browser plugin)
npm run dev
Open the web browser to http://localhost:3000/
- webpack 4.x
- babel 6.x
npm run prod
- 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
- jest 24.x
To run tests using Jest:
npm test
Please contribute to the project if you know how to make it better, including this README :)