This project is a solution to an intermediate level Frontend Mentor challenge.
A landing page for a URL shortening app that uses Relink API.
Built with Vue.js, SCSS and Webpack.
Clone the repository and run npm install
from the project's root directory to install the dependencies.
npm run dev
or npm start
- runs the project in the development mode on localhost:4000.
npm run build
- builds the project for production.
npm run lint:js
- lints JavaScript with ESLint.