This project is career by Platzi called School of JavaScript
Live Demo: When is redy!
before the start your must config enviroment variables
- Copy the file
.env.example - Change the name
.env.exampleto.env - Open file and complete the variables
// Enviroment
NODE_ENV=prodution
PORT=3000
Install dependencies
npm installBuild files of react for use in production
npm run buildStart in mode development
npm run devStart in mode production
npm run prodRun linter and fix
npm run lint -- --fix