/aycron

Primary LanguageTypeScript

Aycron

Github top language Github language count Repository size License

About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This repository contains the frontend of the project for a technical test. It allows to create users, login, load warehouses and view a map with proximity finder. You must to be running the API proyect to be able to use it.

🚀 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/matias89/aycron

# Access
$ cd aycron

# Install dependencies
$ npm install

# Run the project
$ npm run dev

# 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 Matías Aybar

 

Back to top