/miporti

Portale del sito muoversinpiemonte

Primary LanguageJavaScript

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