Portale del sito muoversinpiemonte
- Node.js — Version 5 and up
Clone to your local directory to begin.
$ git clone https://github.com/5Tsrl/miporti.git
$ cd miportiInstall javascript library dependencies Clone to your local directory to begin.
$ npm installRun the webpack-dev-server in the background with automatic restarts
$ npm startNOTE: 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