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

https://github.com/hirokisan/react-parcel


https://github.com/hirokisan/react-parcel

Last synced: 3 months ago
JSON representation

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)