Skip to content

hrfmmymt/react-babel-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-babel-webpack

It became Client Side Boilerplate.

Contains

  • Yarn
  • Webpack
  • React
  • React Router
  • SuperAgent
  • Axios
  • Babel
  • PostCSS
  • XO
  • AVA, Enzyme
  • nyc
  • CircleCI

Development

# 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