Maxnelson997 / DeckOfCards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deck Of Cards

  • I used a template I built for the app base/architecture, we will talk about it in the interview perhaps.

In-depth Webpack Setup

including the following:

  • Development & production webpack configs
  • Common & Merge webpack configs
  • Source mapping options
  • Handling ENV variables with webpack plugins
  • Webpack Addons
  • Babel
  • React
  • SCSS
  • Fonts

How to use this repo

whenever you need to build a react app:

  • clone this repo & rename the folder
  • cd into the folder and run npm install
  • go to localhost:8080

Source Mapping

While building this repo I gathered a deep understanding of the available Webpack Source Map options. This blog post explains a number of source maps and categorizes them into categories for production or development use.

Contribution

If you notice this repo lacks anything you think would be a solid addition, feel free to fork this repo and contribute. I am very open to ideas and have much to learn myself, so I welcome you to voice your ideas.

See My Website For More Development Related Content.

About


Languages

Language:JavaScript 84.9%Language:SCSS 13.7%Language:HTML 1.4%