/template-express

Boilerplate server side with Node.js and Express framework

Primary LanguageJavaScriptMIT LicenseMIT

Agência Takeoff

Boilerplate server side

Template server side with Node.js and Express framework

Project init h2

Project init h3

Project init h4

Checklist

  • O resultado deve ser responsivo e compatível com a última versão dos principais navegadores (IE >= 9);
  • O botão contato no topo deve levar ao formulário de contato;

Code

// instruction
command

Tree structure

project.init/
├── LICENSE
├── package.json
├── public
│   ├── assets
│   └── index.html
├── README.md
└── src
    ├── assets
    │   ├── fonts
    │   ├── icon
    │   ├── img
    │   ├── js
    │   └── scss
    └── views
        └── index.html

IMG

Correct link syntax

* Item 1
+ Item 2
- Item 3

* Item 1
+ Item 2
    - Item 3
+ Item 4
* Item 4
+ Item 5