shpp / programming.org.ua

https://programming.org.ua/
0 stars 1 forks source link

Prerequisites

To work with project install nvm and install nodejs version from .nvmrc file by nvm. After that call nvm use (to use correct nodejs version) in terminal.

Development

Call npm run start after. This will run webpack dev server in http://localhost:8080.

Production

Call npm run build after. You will get static sites artifacts in /dist folder that can be served later by some server.