Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 723 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 723 Bytes

App Academy React Vite Template

This repo contains a basic Vite React template configured for use in App Academy projects.

How to clone

To clone this repo as <new-project-name>, run

npx tiged appacademy/aa-react18-vite-template#main <new-project-name>

in the directory where you want the new project to appear.

How to install and run

Once the repo is cloned, run cd <new-project-name> && npm install to install dependencies. You will probably also want to run git init.

To run the app, type npm run dev in the root directory.

Reminders

Don't forget to update this README, change the title in index.html, and change the "name" in package.json when making a new project!