0.1.0 • Published 5 years ago

webdev-template v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

🏗️ Webdev Template

Open-source template with a focus on performance and best practices for general web development.

Features

Requirements

You may already have these installed on your system. If not, you'll have to install them.

NameLink
nodejshttps://nodejs.org/en/download/
githttps://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