Loading repository data…
Loading repository data…
zakandaiev / repository
FrontEnd Starter is a boilerplate kit for easy building modern static web-sites using Gulp
FrontEnd Starter is a boilerplate kit for easy building modern static web-sites using Gulp
https://zakandaiev.github.io/frontend-starter
Prerequisites: Node.js (>=24)
# Clone the repository
git clone https://github.com/zakandaiev/frontend-starter.git
# Go to the folder
cd frontend-starter
# Install
npm i
# or
npm install
# Remove link to the original repository
# - if you use Windows system
Remove-Item .git -Recurse -Force
# - or if you use Unix system
rm -rf .git
# Start development mode with live-server
npm run dev
# or with options
npm run dev -- --port 3000
# Build static files for production
npm run build
# or with options
npm run build -- --base=/subdomain --dist=./dest
# Start server for build preview
npm run preview
# or with options
npm run preview -- --port 3001
# ESLint
npm run lint:js
# or
npm run lint:js:fix
# StyleLint
npm run lint:css
# or
npm run lint:css:fix
# Fastify listen backend.js
npm run backend
# Run inside Docker container
cp /sourcemaps/file.js.map /usr/share/nginx/html/
# Run debug
npm run debug:sourcemap -- --file=https://example.com/file.js.map --linecol=1:123
# Run inside Docker container
rm /usr/share/nginx/html/file.js.map