Shorten is a simple URL shortener.
Install the dependencies, devDependencies and start the app.
$ git clone https://github.com/whimsicaldreamer/shorten.git
$ cd shorten
$ yarn installer
$ yarn generate
$ yarn dev
You can run the following commands using yarn <COMMAND>
from your terminal depending on your use case.
Commands | Usage |
---|---|
install-client |
Installs all dependencies for the client side |
install-server |
Installs all dependencies for the server side |
installer |
Installs all dependencies for the whole app |
client |
Starts the client server on localhost:3000 |
server |
Starts the backend server on localhost:3001 |
dev |
Starts the whole app for development |
generate |
Generates unique short keys |
Want to contribute? Great!
Fork the repo and send a pull request.
GNU GPLv3