lorvent / front-end-template

🐣 Practical template for building static websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front-End Template

Practical template for building static websites

Getting started

Create a new directory and then run:

$ curl -fsSL https://github.com/chalkygames123/front-end-template/archive/master.tar.gz | tar -xz --strip-components=1

Alternatively, create a new repository from this template on GitHub.

Right after the initialization, you may want to delete these files and directories or modify its content as you see fit:

  • .github
  • LICENSE
  • renovate.json

Remove everything from here and above


Project Name

code style: airbnb code style: prettier

Project description

Prerequisites

Make sure you have Node.js 15.x installed. By using Volta, you can automatically switch the version.

Usage

# install dependencies
$ npm ci

# serve with live/hot reload at localhost:3000
$ npm run dev

# run all lints
$ npm run lint

# lint all .js files
$ npm run lint:scripts

# lint all .scss files
$ npm run lint:styles

# run all lints with autofix
$ npm run fix

# lint all .js files with autofix
$ npm run fix:scripts

# lint all .scss files with autofix
$ npm run fix:styles

# check if all files are formatted
$ npm run format-check

# format all files
$ npm run format

# build for production
$ npm run build

About

🐣 Practical template for building static websites

License:MIT License


Languages

Language:JavaScript 74.1%Language:SCSS 14.8%Language:Nunjucks 10.6%Language:Shell 0.5%