Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-brook/windows-95-components
Next.js, React, Storybook, Jest, Tailwind CSS
https://github.com/r-brook/windows-95-components
jest nextjs react storybook tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Next.js, React, Storybook, Jest, Tailwind CSS
- Host: GitHub
- URL: https://github.com/r-brook/windows-95-components
- Owner: R-Brook
- Created: 2022-09-15T14:23:35.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-25T18:39:54.000Z (over 1 year ago)
- Last Synced: 2024-11-01T12:11:51.530Z (3 months ago)
- Topics: jest, nextjs, react, storybook, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://windows-95-components.vercel.app
- Size: 856 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Using Docker
https://github.com/vercel/next.js/tree/canary/examples/with-docker
1. [Install Docker](https://docs.docker.com/get-docker/) on your machine.
1. Build your container: `docker build -t nextjs-docker .`.
1. Run your container: `docker run -p 3000:3000 nextjs-docker`.You can view your images created with `docker images`.