Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
/ sassTemplate Public archive

Projelere başlarken kullandığım template

Notifications You must be signed in to change notification settings

aknEvrnky/sassTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Önce php serveri başlatmamız gerekiyor.

npm run serve

daha sonra autoreload işlemleri için bu komutu ayrı bir terminalde çalıştırıyoruz.

npm run watch

Bundan sonra 3000 portu yerine 3001 portu kullanılabilir.

Kodları minify edip productiona çıkmak için

npm run prod

fontawesome api keyi için: ana dizine .npmrc diye bir dosya oluşturun.

dosyanın içeriğine şunu ekleyin:

@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=<API KEY>

API KEY i eklemeyi unutmayın.