/PlatziVideo

Video Platzi is a platform where you can find educational content this project is full stack with MERN, done in Platzi's JavaScript school

Primary LanguageJavaScript

PlatziVideo

This project is career by Platzi called School of JavaScript

Live Demo: When is redy!

Config the enviroment variables

before the start your must config enviroment variables

Instructions

  • Copy the file .env.example
  • Change the name .env.example to .env
  • Open file and complete the variables
// Enviroment
NODE_ENV=prodution
PORT=3000

Start

Install dependencies

npm install

Build files of react for use in production

npm run build

Start in mode development

npm run dev

Start in mode production

npm run prod

Run linter and fix

npm run lint -- --fix