Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 802 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 802 Bytes

North Pole Factory

App information

This project was bootstrapped with Create React App.

North Pole Factory is an app that will be made during a frontend workshop organized by Deployed.

Project Setup

Requirements:

  • yarn
  • node v16.10.0

Clone repository

git clone git@github.com:deployed/santa-workshop-2022.git

Go to the repository dir and install packages

cd santa-workshop-2022 
yarn install

Try to run the app in development mode

yarn start

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.