/rick-and-morty

A webpage that show characters from Rick & Morty Animation.

Primary LanguageTypeScriptMIT LicenseMIT

React + Vite + Typescript Boilerplate

Status License


React Boilerplate roject built with Vite and TypeScript

📝 Table of Contents

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you can use this project, you should have the following software installed on your computer:

  • Node.j (v16.0.0 or later)
  • PNPM (v6.0.0 or later)

Installing

To get started, clone the repository and install the dependencies:

git clone https://github.com/rpturbina/rick-and-morty.git
cd your-project
pnpm install

If you have'nt install pnpm you can run this command first

npm install -g pnpm

Running the Development Server

To run the development server, use the following command:

pnpm dev

This will start the development server at http://localhost:5173.

Building for Production

To build the project for production, use the following command:

pnpm build

You can also run the server for the build production using the following command:

pnpm preview

⛏️ Built Using

🎉 Acknowledgements

  • Thanks to the developers of all the amazing tools and libraries used in this project.