Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 592 Bytes

README.md

File metadata and controls

32 lines (15 loc) · 592 Bytes

Fruit App Frontend

1. cd fruit-app-pwa

2. npm install

In the project directory, you can run:

3. npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any errors in the console.

4. npm run test

Run Test Specs

5. npm run build

Builds the app for production to the .next folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

6. npm run start