This site is a collection of all the projects that i have done for the Platzi Master Program to practice HTML, CSS, JS, React and unit testing with Jest.
-
Clone this project:
git clone <url>
. -
Go to the project folder:
cd platzi-master-frontend-exercises/
-
Install the dependencies:
npm install
-
Finally, you to be able to run it:
npm run start
You can execute the following command:
npm run build
If you want to see the demo you can visit Demo.
npm run test
npm run coverage