Alexis Dev
HomeProjectsContact

Alexis Costa

Full Stack Developer building modern, efficient and scalable web applications.

Pilar, Buenos Aires, Argentina 🇦🇷

Repositories

  • crud-app
  • alexissdev.me
  • Balder
  • Isis

Connect

Send a messageJoin Discordalesideveloper@gmail.com

© 2026 Alexis Costa — All rights reserved.

Back
Featured

alexissdev.dev

This is a simple web site for my portfolio made with the NextJS framework

1 stars0 forksTypeScriptMay 12, 2026
nextjsreacttypescript

README

Personal website of @alexissdev

MIT License

The website is built with Next.js

Clone the project

git clone https://github.com/alexissdev/alexissdev.me.git

Install dependencies

cd alexissdev.me
npm install

Run the project in development mode

npm run dev

Build and run the project in production mode

npm run build
npm run start
View on GitHub← Back