falxcerebri / Software_Hut1

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:CSS 58.2%Language:HTML 34.0%Language:JavaScript 7.8%