Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

account-template

iosiflivadaru5ISC1.0.1

Blank website with accounts accessibility.

login, accounts, website, template

readme

Folder structure

  • css
    • style.css
  • img
  • inc
    • app
      • config.inc.php
    • db
      • db_connect.inc.php
    • functions
      • functions.inc.php
    • layout
      • footer.inc.php
      • header.inc.php
      • nav.inc.php
  • js
    • index.js
  • sql
    • db.sql
  • home.php
  • index.php
  • logout.php
  • profile.php
  • register.php

Import DataBase

Import the sql file from the sql folder for the database!

Modify the config.inc.php

In the config.inc.php file you are able to change the App Name and the App Copyright.

NPM install

>npm i account-template