0.1.0 • Published 5 years ago
webdev-template v0.1.0
🏗️ Webdev Template
Open-source template with a focus on performance and best practices for general web development.
Features
- Linting with: Prettier, ESLint & Stylelint
- Builds HTML from Nunjuck templates and partials
- Compiles SCSS to CSS
- Lint commit messages with: Commitlint & Husky
Requirements
You may already have these installed on your system. If not, you'll have to install them.
Name | Link |
---|---|
nodejs | https://nodejs.org/en/download/ |
git | https://git-scm.com/ |
Getting Started
Change the project name and links in the pakcage.json
file so that the auto-publishing of your package works correctly
package.json
{
- "name": "webdev-template",
+ "name": "new-poject",
"repository": {
"type": "git",
- "url": "https://github.com/railek/webdev-template"
+ "url": "https://github.com/author/new-poject"
},
"bugs": {
- "url": "https://github.com/railek/webdev-template/issues"
+ "url": "https://github.com/author/new-poject/issues"
},
- "homepage": "https://github.com/railek/webdev-template#README",
+ "homepage": "https://github.com/author/new-poject#README",
}
Usage
npm run build
builds production ready files in dist folder.
npm run develop
starts a local webserver on http://localhost:8080
License
This project is licensed under the MIT license, Copyright (c) 2020 Railek. For more information see LICENSE.
0.1.0
5 years ago