Skip to content

Latest commit

 

History

History
101 lines (65 loc) · 2.71 KB

README.md

File metadata and controls

101 lines (65 loc) · 2.71 KB
Ignews

 

Ignews

Github top language Github language count Repository size License

About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

🚧 Working in progress 🚧

🚀 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/guribeiro/ignews

# Access
$ cd ignews

# 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 Gustavo Henrique

 

Back to top