Skip to content

tubagusco/boilerplate-react-webpack-5

Repository files navigation

Boilerplate React Webpack 5 · npm PRs Welcome GitHub license

Webpack 5 boilerplate for react using babel, sass, with a hot dev server and an optimized production build.Configured with eslint rules.

Install

Clone the repo using

git clone https://github.com/tpnovaldev/boilerplate-react-webpack-5.git

Install all the required dependencies using

npm install

Development Server

You can view the development server at localhost:3000

npm run serve

Production Build

Build the app for production using

npm run build

Features

  • Webpack - Module and asset bundler
  • Babel - JavaScript compiler
  • Sass - Syntactically Awesome Style Sheets
  • Eslint - Check problems with your JavaScript code

Screenshots

Boilerplate-React-Webpack-5 Screenshot

Contributions

Contributions are welcome! Please read the contributing guidelines before getting started.

Code Style

js-standard-style

License

MIT

About

Webpack 5 boilerplate for react using babel, sass, with a hot dev server and an optimized production build.Configured with eslint rules.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published