Skip to content

cpboyd/scss-webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scss-webpack-template

A demo app for SCSS Webpack configuration.

Installation

  1. Clone the repository git clone [email protected]:amuthanarulraj/scss-webpack-template.git.
  2. Navigate to project directory cd scss-webpack-template.
  3. Run npm install.

Build

Default build mode is production. This will build index.html , main.js and main.css files in the dist directory.

  1. To build the app, run npm run build.
  2. Launh the app by opening the file ./dist/index.html in a browser.

Development Server

Follow below steps to lauch the app using webpack-dev-server.

  1. Run npm start or npm run start.
  2. This will open the app on a browser window.

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published