An open API service indexing awesome lists of open source software.

https://github.com/isystk/google-form-sample

Googleフォーム風のUIデザインのサンプルを作成しました。
https://github.com/isystk/google-form-sample

Last synced: 3 months ago
JSON representation

Googleフォーム風のUIデザインのサンプルを作成しました。

Awesome Lists containing this project

README

        

# 🌙 google-form-sample

![GitHub issues](https://img.shields.io/github/issues/isystk/google-form-sample)
![GitHub forks](https://img.shields.io/github/forks/isystk/google-form-sample)
![GitHub stars](https://img.shields.io/github/stars/isystk/google-form-sample)
![GitHub license](https://img.shields.io/github/license/isystk/google-form-sample)

## 📗 プロジェクトの概要

Webpack5 のサンプルアプリケーションです。

### 利用している技術

- Webpack5
- Sass
- Typescript
- ESLint
- Prettier

## 🌐 Demo
https://isystk.github.io/google-form-sample/

![demo](./demo.png "demo")

## 📦 ディレクトリ構造
```
.
├── LICENSE
├── README.md
├── dist
├── node_modules
├── package.json
├── src
│ ├── assets
│ ├── blog.html
│ ├── company.html
│ ├── index.html
│ └── ts
├── tsconfig.json
├── webpack.common.js
├── webpack.dev.js
├── webpack.prod.js
└── yarn.lock
```

## 💬 インストール

```
$ node -v
v16.13.1
$ npm install -g yarn
$ yarn
```

## 🖊️ 使い方

```bash
# 開発環境用にビルドする
$ yarn dev
# 開発環境用にビルド結果をブラウザで表示する
$ yarn start:dev

# 本番環境用にビルドする
$ yarn dev
```

## 🔗 参考

| プロジェクト| 概要|
| :---------------------------------------| :-------------------------------|
| [最新版TypeScript+webpack 5の環境構築まとめ](https://ics.media/entry/16329/)| 最新版TypeScript+webpack 5の環境構築まとめ|

## 🎫 Licence

[MIT](https://github.com/isystk/google-form-sample/blob/master/LICENSE)

## 👀 Author

[isystk](https://github.com/isystk)