Skip to content

Commit

Permalink
🎉 Merge Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Ratushnyi committed Nov 28, 2022
1 parent e1a9c87 commit 3467cbf
Show file tree
Hide file tree
Showing 28 changed files with 78 additions and 23 deletions.
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,2 @@
# Relaypay Web App
# Merge Development Templates

**Required**: [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
<hr>

## Development:
```bash
yarn dev
```

## Run linter:
```bash
yarn lint
```

## Production build:
```bash
yarn build
```

## Production start:
```bash
yarn start
```
File renamed without changes.
2 changes: 2 additions & 0 deletions .gitignore → next-tailwind/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

storybook-static
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
75 changes: 75 additions & 0 deletions next-tailwind/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Next.JS + Tailwind

<table>
<thead>
<tr>
<th>Name</th>
<th>Version</th>
<th>Link</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Next.js</td>
<td><code>13.0.1</code></td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Typescript</td>
<td><code>4.8.4</code></td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Tailwindcss</td>
<td><code>^3.2.1</code></td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Vitest</td>
<td><code>^0.24.5</code></td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Eslint</td>
<td><code>8.26.0</code></td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Storybook</td>
<td><code>^6.5.13</code></td>
<td>-</td>
<td>-</td>
</tr>
</tbody>
</table>
<br>

**🥋 Required VS Code Plugin**: [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
<br>
<br>

## Development:
```bash
yarn dev
```

## Run linter:
```bash
yarn lint
```

## Production build:
```bash
yarn build
```

## Production start:
```bash
yarn start
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3467cbf

Please sign in to comment.