Skip to content

hos715/Webpack-5-Full-Project-Setup---Starter-Kit

Repository files navigation

Webpack-5-Full-Project-Setup---Starter-Kit

React Starter Kit

Install

yarn
Command Setup

In the project directory, you can run:

yarn start or yarn run build-dev

Runs the app in the development mode. Open http://localhost:8081 to view it in the browser.

The page will reload if you make edits. for production

yarn run build

for development

yarn run build-dev

Builds the app for production to the dist folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified. Your app is ready to be deployed!

See the section about deployment for more information.

Dynamic copyright/project banners

The package.json includes the dependencies for the project as well as information about the project.

/*!
 * +------------------------------------------------------+
 * Webpack 5 - Full Project ReactStarterKit               *
 * ReactJs - React Starter Kit                            *
 * @author Hossein Khalili                                *
 * https://github.com/hos715                              *
 * https://www.linkedin.com/in/hossein-khalili-6534ab190/ *
 * Copyright 2022 MIT licensed.                           *
 * +------------------------------------------------------+
 */

Scaffolding

ReactStarterKit
├── README.md
├── node_modules
├── .browserslistrc
├── babel.config.js
├── package.json
├── postcss.config.js
├── webpack.config.js
├── .gitignore
├── dist(it's available after running build scripts)
└── src
    ├── components
    │   └── App.jsx
    ├── images
    │   └── logo.svg
    ├── styles
    │   ├── _global.scss
    │   ├── _variables.scss
    │   └── index.scss
    ├── index.html
    └── index.js
    

License

The MIT License (MIT)

Copyright © 2022 Hossein Khalili iamhosseinkhalili@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Webpack 5 - ReactJS Starter Kit - Webpack React.js, Babel, PostCSS, Hot Reloading, Browsers Support, FastRefresh,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published