Skip to content

Latest commit

 

History

History
92 lines (62 loc) · 2.7 KB

default.md

File metadata and controls

92 lines (62 loc) · 2.7 KB
{{app_name}}

 

{{app_name}}

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Describe your project

✨ Features

✔️ Feature 1;
✔️ Feature 2;
✔️ Feature 3;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/{{github}}/{{repository}}

# Access
$ cd {{repository}}

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by {{author}}

 

Back to top