Built With
I built this project with following technologies
Prerequisites
- npm
npm install npm@latest -g
Installation
- Clone the repo
git clone https://github.com/fenish/EasyTube.git
- Install NPM packages
npm install
Usage
-
Run dev server
- Yarn
yarn dev
- Npm
npm run dev
- Yarn
-
Build project
- Yarn
yarn build
- Npm
npm run build
- Yarn