Skip to content

DohnalMichal/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal portfolio

Available Scripts

This project is built with parcel

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:1234 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

npm run clear-build-cache

In case you need to clear cache.

npm run del-node-modules

Deletes node_modules in case something brakes and you need a clear install.

npm run format

Will format every file with prettier.

npm run lint

Will lint every file with ESlint.