Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fekete965/logic-room

Repository files navigation

Logic-room final project

📚 Sections


📋 Prerequisite

Scroll top ↑

  • node needs to be installed. Current version: >=18.0.0
# Use this for a specific version
brew install node@<version>

# Use this for the latest node
brew install node

# For more instruction, please visit:
# https://nodejs.org/en/download/package-manager/
  • pnpm needs to be installed. Current version: >=8.0.0
# Use this for a specific version
brew install pnpm@<version>

# Use this for the latest pnpm
brew install pnpm

# For more instruction, please visit:
# https://pnpm.io/installation

⚡ Quick Start

Scroll top ↑

  1. ✂️ Clone the repository
git clone [email protected]:fekete965/logic-room.git
  1. 💾 Install the packages
pnpm install
  1. 🚀 Start the dev server
pnpm dev
  1. 💖 Happy coding!

🏃 Available Scripts

Scroll top ↑

In the project directory, you can run the following scripts

  • build - it removes the build folder and build the project for production without type check and lint check
  • clean - it removes the build folder
  • lint - it runs eslint to check linting
  • format - it runs prettier to format our files
  • dev - it starts the dev server and open a new tab
  • test - it runs vitest without coverage report
  • test-ui - it runs vitest in the browser with a friendly UI,
  • preview - it creates a static server to serve the application from the dist folder
  • typecheck - it runs typescript for type check

🚀 Deployment

Scroll top ↑

The project is being deployed to netlify and auto deployment is being used on each merge.

Deploy site URL ir the following: https://main--lighthearted-torte-ba34a1.netlify.app/app/login

About

Final project of Logic Room's UI Architecture course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published