https://github.com/hrfmmymt/react-babel-webpack
https://github.com/hrfmmymt/react-babel-webpack
axios babel javascript postcss react-router reactjs superagent webpack2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hrfmmymt/react-babel-webpack
- Owner: hrfmmymt
- Created: 2016-12-17T14:51:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T08:48:11.000Z (over 9 years ago)
- Last Synced: 2025-03-11T08:50:15.698Z (over 1 year ago)
- Topics: axios, babel, javascript, postcss, react-router, reactjs, superagent, webpack2
- Language: JavaScript
- Homepage: http://hrfmmymt.tumblr.com/post/156709551777/%E6%9F%BF%E9%A3%9F%E3%81%88%E3%81%B0-react-babel-webpack
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-babel-webpack
> It became Client Side Boilerplate.
## Contains
- [x] Yarn
- [x] Webpack
- [x] React
- [x] React Router
- [x] SuperAgent
- [x] Axios
- [x] Babel
- [x] PostCSS
- [x] XO
- [x] AVA, Enzyme
- [x] nyc
- [x] CircleCI
## Development
```sh
# Run
yarn install
yarn start
# Tasks
yarn deploy # Deploy to gh-pages
yarn lint # XO
yarn test # Test in node
yarn cover # Test with coverage
```
## Deploy example
https://hrfmmymt.github.io/react-babel-webpack/
## Note
Originally it was a small project that I started with as a practice. I wonder if I do not have to maintain anymore.
Caution. I am using React Router. When deploying to gh-pages, you will need to modify the routing code.
## License
MIT