Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Webpack 4 with SCSS, PostCSS(PurgeCSS), Babel & ESLint(Airbnb-base), Tailwindcss.

License

Notifications You must be signed in to change notification settings

Artanisky/webpack-simple-starter

Repository files navigation

Webpack-simple-starter

Webpack 4 with SCSS, PostCSS(PurgeCSS), Babel & ESLint(Airbnb-base), Tailwindcss.

Installation

# Git Clone this repo, where 'my-project' is the name of your project
git clone https://github.com/Artanisky/webpack-simple-starter.git my-project

#cd into the repo's diectory
cd my-project

#install NPM modules
npm install

NPM commands

#start development server
npm run dev

#build for production
npm run build

#ESLint
npm run lint
npm run lint:fix

Folder Structure

├─ build                  # Webpack configurations
├─ dist                   # Compiled project files
└─ src                    # Source files
   └─ assets              # Assets folder
      ├─ images           # Images (alias ~images)
      ├─ scripts          # Javascript files
      └─ styles           # Style files (alias ~styles)

License

Webpack-simple-starter is licensed under the MIT License.

About

Webpack 4 with SCSS, PostCSS(PurgeCSS), Babel & ESLint(Airbnb-base), Tailwindcss.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published