To get a local copy up and running the dev server follow the below steps :
-
Vite requires Node.js version >=12.2.0. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
-
Clone the repo
git clone https://github.com/ruralad/ieee.git
-
Install NPM packages
npm install
-
Run the dev server
npm run dev