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.example
to.env
- Open file and complete the variables
// Enviroment
NODE_ENV=prodution
PORT=3000
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