This repo contains a basic Vite React template configured for use in App Academy projects.
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.
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.
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!