A simple Junior Frontend Developer portfolio site made using HTML, SASS and Webpack.
Live demo is avaiable on https://mariuszmorawski-portfolio.herokuapp.com/.
These instructions will start portfolio in development mode.
- Install current version of NodeJS
Install all dependencies using and start dev server using commands below.
npm install
npm run start:dev
Now app should be running on http://localhost:8080.
In case you want to deploy use these commands.
npm install
npm run build
npm start
Now app should be up on http://localhost:8080
You can specify port on which app is running using enviromental PORT variable.