๐Ÿ“ฆ waynehamadi / react-gifs

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/waynehamadi/react-gifs.git
HTTPS git clone https://github.com/waynehamadi/react-gifs.git
SSH git clone git@github.com:waynehamadi/react-gifs.git
CLI gh repo clone waynehamadi/react-gifs
Merwane Hamadi Merwane Hamadi Merge pull request #1 from MerwaneHAMADI/V1 d379bb6 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ assets
๐Ÿ“ src
๐Ÿ“ templates
๐Ÿ“„ .babelrc
๐Ÿ“„ .eslintrc.json
๐Ÿ“„ .gitignore
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ webpack.config.js
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

react-boilerplate

Simple react starter with the following config:

  • React, ReactDOM
  • Webpack 4
  • Babel with es2015 and react presets
  • Bootstrap (css only, loaded from a cdn in index.html)
  • work with .js or .jsx files
  • main application.scss stylesheet is imported in index.js as a module to enjoy hot reloading

Scripts

To start the local Webpack Dev Server (usually on port 8080):

yarn start

To lint all JavaScript files in the src folder:

yarn lint

To build and deploy your app to gh-pages branch on the GitHub repo:

yarn deploy