benna100 / wedding-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template Really Fuckong good

Table of Contents

About

This template is for creating a vanilla js website with everything included like

  • Favicon automatic generation
  • Social media text and image
  • Sass
  • Deploy to github pages
  • Babel, minification, webpack loaders. You got it!

Getting Started

  1. Clone this repo
  2. Change the favicon under src/assets/social.png
  3. Change the title of the html page
  4. Change the meta descriptions in package.json
  5. Change the social media text in webpack.prod.js
  6. Change the social media images in src/assets/social.png

Installing

npm install

Usage

For development:

npm run start

Access on http://localhost:8080/

For build:

npm run build

For deploy to github pages:

npm run deploy

For character animation https://www.leshylabs.com/apps/sstool/

For tilemaps use Tiled map editor

export map2.json!

About


Languages

Language:JavaScript 63.3%Language:SCSS 19.5%Language:HTML 15.2%Language:Shell 2.0%