Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 767 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 767 Bytes

React Giphy search app

Using Le Wagon's react boilerplate A 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

Deployment

Check out the Giphy search app

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