Skip to content

Instantly share code, notes, and snippets.

@felipefbs
Forked from henriquepw/README.md
Created May 9, 2020 17:31
Show Gist options
  • Save felipefbs/551683e1812757a9fdaa9bd940008494 to your computer and use it in GitHub Desktop.
Save felipefbs/551683e1812757a9fdaa9bd940008494 to your computer and use it in GitHub Desktop.
my-readme-template

Your icon here

Your cool project


GitHub language count GitHub release (latest by date) GitHub repo size GitHub stars

Description   |    Getting Started   |    What's inside?   |    License

under construction...

📋 Description

Describe your application and what you learning with it. 😃

🚀 Getting Started

  1. Download the repository
  • Using Git
  git clone https://github.com/<your-login>/<repository>.git
  • Using Github CLI
  gh repo clone <your-login>/<repository>

💡 or whichever way you prefer

  1. Installation

  2. Execution

🧐 What's inside?

🏗️ Technologies

💄 Linter tools

📦 Packages

A quick look at the top-level directories inside the ./src.

./src
 ├── assets
 ├── pages
 ├── styles
 ├── other-folder
  1. assets: all resources used. How icons, images, etc.

  2. pages: each file is a website page.

  3. styles: global styles.

  4. other-folder: add all folders when incorporation your application.

📝 License

This project is under the MIT license. See the file LICENSE for more details.


Build with 💙 By your name

Based on the readme template by Henrique Miranda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment