For development, you will only need Node.js installed on your environement. And please use the appropriate Editorconfig plugin for your Editor (not mandatory) from http://editorconfig.org/#download
Node is really easy to install & now includes NPM.
$ node --version
v9.4.0
$ npm --version
5.6.0
$ git clone https://github.com/agnieszkabugla/PORTFOLIO
$ cd PROJECT
$ npm install
$ npm start
or to start and watch the project:
$ npm run open
$ npm run build
$ npm run lint
or to analyze and watch the project:
$ npm run lint:watch
- NodeJs on backend
- Webpack3 for bundling
- Babel7 for transpiling
- ES Lint
- HTML
- JavaScript
- SCSS
- jQuery