Front-end project for my-technotes-api
- Node.js (version 18.x.x)
-
Clone the repository:
git clone https://github.com/scrodrig/my-technotes-webapp.git
-
Install the dependencies:
cd my-technotes-webapp npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
to view the app.
In the project directory, you can run:
npm run dev
: Starts the development server.npm run build
: Builds the app for production.npm run serve
: Serves the production build locally.