https://github.com/atapas/webpack-react-starter
Project to get started with a Webpack supported development environment. React is added as a dependency already. How about a ⭐️?
https://github.com/atapas/webpack-react-starter
boilerplate boilerplate-front-end react reactjs webpack
Last synced: 5 months ago
JSON representation
Project to get started with a Webpack supported development environment. React is added as a dependency already. How about a ⭐️?
- Host: GitHub
- URL: https://github.com/atapas/webpack-react-starter
- Owner: atapas
- License: mit
- Created: 2019-11-11T08:44:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:51:02.000Z (over 3 years ago)
- Last Synced: 2025-04-12T18:51:35.445Z (about 1 year ago)
- Topics: boilerplate, boilerplate-front-end, react, reactjs, webpack
- Language: JavaScript
- Homepage: https://tapasadhikary.com
- Size: 188 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack-react-starter
A Starter Project using Webpack and ReactJs. This project helps you in getting started with an environment where you just focus on getting your app done. All development and production related settings and configurations are taken care as in-built options.
# What's Included
- Babel Loader
- HTML Loader
- Sass to CSS Transformation
- Minimifcation and Uglification
- Image File Loader
- Font File Loader
- Dev Server with Hot Reloading
- API Proxy Support
# How to use it
- `yarn install`
- `yarn start` to start the app in dev mode.
- `yarn build` to build the app for production.
Note: Even if you are not planning a React Project, you can use this starter just by removing couple of react related dependencies from package.json file and add your own.
Liked what I do? Thank You Very Much!
