Skip to content

hassanamjad91/webpack5-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack5 Boilerplate Project

Feature Set

  • React 17
  • Webpack 5
  • cssloader and styleloader

Prerequisites

  • Node (Make sure you have the node 12+ installed)

Getting Started

  1. Clone the repository gh repo clone hassanamjad91/webpack5-boilerplate (or if you're not using GitHub CLI: git clone git@github.com:hassanamjad91/webpack5-boilerplate.git)
  2. If you're using NVM run nvm use inside project directory to use node version set in .nvmrc file
  3. Run npm install or npm i to install all the dependencies
  4. To begin development task, run npm start
  5. Open http://localhost:8080

Available commands

  • npm clean - delete the dist folder
  • npm start - start the dev server and watch for changes
  • npm run build - create a production ready build in dist folder

Releases

No releases published

Packages

No packages published