Skip to content

etycomputer/NextJS-PWA

Repository files navigation

Getting Started

To start the development server run:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

To start the server in production mode run:

npm run build
# or
yarn build
# or
pnpm build

then

npm run start
# or
yarn start
# or
pnpm start

Open http://localhost:3000 with your browser to see the result.

About

This is a example Progresive Web Application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published