/Software_Hut1

Softwarehut internship - first project -> pure HTML/CSS( SASS / BEM) with webpack

Primary LanguageCSSMIT LicenseMIT

Software Hut Project 1

Setup

Install dependencies

$ npm install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

$ npm run dev

Deployment

Build the current application

$ npm run build