Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 706 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 706 Bytes

miporti

Portale del sito muoversinpiemonte

Requirements for running

Development quick start

Clone to your local directory to begin.

$ git clone  https://github.com/5Tsrl/miporti.git
$ cd miporti

Install javascript library dependencies Clone to your local directory to begin.

$ npm install

Run the webpack-dev-server in the background with automatic restarts

$ npm start

NOTE: Changes to the webpack.config.js configuration file requires a manual restart. Just run npm start again.

Manually rebuilds the client assets, packaging all in the build directory

$ npm run build