Project for an app that shortens links.
Check project running here
- Shorten link
- ReactJS
- Axios
- Node.js
- JavaScript
- StyledComponents
This project was started with the React, so make sure you have the latest stable version of Node.js and npm running locally.
First, clone this repository on your machine:
$ git clone https://github.com/williameiji/shortly-frontend
Then, inside the folder, run the following command to install the dependencies.
npm install
Finished the process, just start the server
npm start