benna100 / name-rememberer

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 dev

Access on http://localhost:8080/

Remember to run cloud function at the name-rememberer-login-cloud-function project

For deploy to github pages:

npm run deploy

Main route can be found at http://localhost:8080/network.html

About


Languages

Language:JavaScript 46.8%Language:HTML 45.9%Language:SCSS 7.3%