11 lines
202 B
Markdown
11 lines
202 B
Markdown
# Frontend Class: LexiFind Exercise Starter
|
|
|
|
Install the dependencies and devDependencies and start the server.
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
This will start the server on http://localhost:5173
|