Skip to content

Ready-to-use webpack starter including inbuilt ESLint, Sass and env support 📦

License

Notifications You must be signed in to change notification settings

gabrielecanepa/webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Starter

Ready-to-use webpack starter including:

And other useful loaders and linters.

Usage

Clone the repository to your computer. You must have Node.js (> v4) and Yarn installed:

git clone git@github.com:gabrielecanepa/webpack-starter.git my-project
# or
gh repo clone gabrielecanepa/webpack-starter my-project

cd my-project

# Install packages and run the app
yarn setup

Scripts

Some scripts are already provided in your package.json.

To start a local server on port 8080:

yarn start
# or in development mode
yarn dev

To lint all your JavaScript and CSS and SCSS files:

yarn lint

To build the static files:

yarn build

About

Ready-to-use webpack starter including inbuilt ESLint, Sass and env support 📦

Topics

Resources

License

Stars

Watchers

Forks