Skip to content

jameszokah/mindcraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

abdf812 · Aug 9, 2023

History

6 Commits
Aug 9, 2023
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
Sep 28, 2022
Sep 28, 2022
Sep 28, 2022
Aug 9, 2023
Aug 9, 2023
Sep 28, 2022
Sep 28, 2022
Sep 28, 2022
Sep 28, 2022

Repository files navigation

Running React on Repl.it

React is a popular JavaScript library for building user interfaces.

Vite is a blazing fast frontend build tool that includes features like Hot Module Reloading (HMR), optimized builds, and TypeScript support out of the box.

Using the two in conjunction is one of the fastest ways to build a web app.

Getting Started

  • Hit run
  • Edit App.tsx and watch it live update!

By default, Replit runs the dev script, but you can configure it by changing the run field in the configuration file. Here are the vite docs for serving production websites