A URL Shortner.
Website
A URL Shortner for everyone. This project built using React.js, Vue.js, Nest.js, Typescript and NX Workspace.
To get a local copy up and running follow these simple steps.
- node - v12.16.1
- npm - v6.14.5
- yarn - v1.22.4
- nx - v10.0.11
- vue - v4.5.4
- nest - v7.5.1
- Clone the repo
# SSH
git clone [email protected]:emjimadhu/srts.pw.git
# HTTPS
git clone https://github.com/emjimadhu/srts.pw.git
- Install NPM packages
yarn # or yarn install
yarn start:client
- Starts Development server for client react app,yarn start:admin
- Starts Development server for client vue app,yarn start:server
- Starts Development server for client nest app
root
: Project root holds all the flies of the projectapps
: Holds all the appsclient
: Directory contains all the React app codesadmin
: Directory contains all the Vue app codesserver
: Directory contains all the Nest app codes
libs
: Holds all the common library and codes you can share between appsclient
: Holds all the components and services used in react appserver
: Holds all the components and services used in nest app
repo-assets
: Holds all the assets for README.
Project Link: https://github.com/emjimadhu/srts.pw
Website Link: https://srts.pw/