Skip to content

Boilerplate for a react project using webpack and babel. Supports images and code splitting!

Notifications You must be signed in to change notification settings

Sharizzle/react-webpack-boilerplate

Repository files navigation

Boilerplate for a React project

  • React
  • Webpack
  • Babel
  • ESLint
  • Prettier
  • PostCSS
  • React Router DOM

Development

yarn start

Production

yarn build

Assets

To import images, png, svgs or gifs place them in the assets folder and import using the following syntax:

import MyImage from './assets/image.png';

Notes

Make sure you have the ESLint Extension for your text editor enabled. For VSCode:

ESLint Extension

About

Boilerplate for a react project using webpack and babel. Supports images and code splitting!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published