Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karpolan/nextjs-touchpad-blocker
Website for free software product. It is built using Next.js with App Router
https://github.com/karpolan/nextjs-touchpad-blocker
free next nextjs react reactjs software
Last synced: 23 days ago
JSON representation
Website for free software product. It is built using Next.js with App Router
- Host: GitHub
- URL: https://github.com/karpolan/nextjs-touchpad-blocker
- Owner: karpolan
- Created: 2024-01-14T15:06:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T02:29:58.000Z (11 months ago)
- Last Synced: 2024-10-11T15:05:48.682Z (4 months ago)
- Topics: free, next, nextjs, react, reactjs, software
- Language: HTML
- Homepage: https://touchpad-blocker.com
- Size: 2.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TOUCHPAD-BLOCKER.COM - built with NextJS
Mix of [Create Next App](https://nextjs.org/docs/pages/api-reference/create-next-app) with set of reusable components and utilities to build professional NextJS application faster.
## Available Scripts
In the project directory, you can run:
### `npm run dev`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm run lint`
Checks the code for errors and missing things
### `npm run format`
Formats the code according to `./prettierrc.js` config
### `npm test`
Launches the test runner in the interactive watch mode.
### `npm run build`
Builds the app for production or local development to the `.next` folder.