Skip to content

This is an app where you can see a list of your land, and also you can create new lans to see all in a table

Notifications You must be signed in to change notification settings

taberoajorge/monopoly

Repository files navigation

Monopoly

DEPLOYED PROJECT [yes, you should to click]

CLICK ME TO SEE THE MAGIC

This repo will hold a complete to listed and add all your Lands!. You're Welcome future folk!

image

Structure

Open in VSCode


.
├── App.tsx
├── components
│   ├── InputComponent.tsx
│   │   └── InputComponent.tsx
│   ├── LandForm
│   │   └── index.tsx
│   ├── LandMaker
│   │   └── index.tsx
│   ├── ListComponent
│   │   └── index.tsx
│   ├── ListContainer
│   │   └── index.tsx
│   └── Modal
│       └── index.tsx
├── GlobalStyles.tsx
├── hooks
│   ├── useForm.ts
│   ├── useLands.ts
│   └── useLocalStorage.ts
├── main.tsx
└── vite-env.d.ts

Step by step [How to add pnpm to your system]

THIS IS NECESARY TO RUN THE PROJECT!!

Node.js is preinstalled On Linux or macOS:

curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm

On Windows (PowerShell):

Invoke-WebRequest 'https://get.pnpm.io/v6.16.js' -UseBasicParsing -o pnpm.js; node pnpm.js add --global pnpm; Remove-Item pnpm.js

The standalone script is signed. Here's how to verify it.

Using Homebrew

If you have the package manager installed, you can install pnpm using the following command:

brew install pnpm

Using npm

npm install -g pnpm

So, you are ready to averything

LET'S DO IT!

Monopoly scripts and commands

Name Description
pnpm install install all dependencies
pnpm run dev run the project in localhost:3000
pnpm build prepare your project to production

About

This is an app where you can see a list of your land, and also you can create new lans to see all in a table

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published