https://github.com/hirokisan/react-parcel
https://github.com/hirokisan/react-parcel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirokisan/react-parcel
- Owner: hirokisan
- Created: 2018-10-18T06:05:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T09:26:19.000Z (over 6 years ago)
- Last Synced: 2024-05-05T15:20:29.592Z (about 1 year ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# react-parcel
## ENV
```
$ node -v
v8.12.0$ npm -v
6.4.1
```## SETUP
```
$ npm install
```## Plugin
* [parcel-plugin-clean-dist](https://www.npmjs.com/package/parcel-plugin-clean-dist)## RUN
```
$ npm run dev
$ npm run prod
```## Notice
* This repository is derived from [hirokisan/sample-parcel](https://github.com/hirokisan/sample-parcel)
* If have some change on [hirokisan/sample-parcel](https://github.com/hirokisan/sample-parcel), please rebase with it for use.## TODO
* [ ] ディレクトリ設計
* [ ] コンポーネント設計
* [ ] props管理
* [ ] state管理
* [ ] createClass
* [ ] Why extends React.Component## Task
## REF
* [Getting Started](https://parceljs.org/getting_started.html)
* [Export](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Statements/export)
* [kriasoft/isomorphic-style-loader](https://github.com/kriasoft/isomorphic-style-loader)