Skip to content

agnieszkabugla/PORTFOLIO

Repository files navigation

AB PORTFOLIO PAGE

Requirements

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

Node is really easy to install & now includes NPM.

$ node --version
v9.4.0

$ npm --version
5.6.0

Install the project

$ git clone https://github.com/agnieszkabugla/PORTFOLIO
$ cd PROJECT
$ npm install

Start the project

$ npm start

or to start and watch the project:

$ npm run open

Simple build for production

$ npm run build

Analyze code for potential errors

$ npm run lint

or to analyze and watch the project:

$ npm run lint:watch

Languages & tools

  • NodeJs on backend
  • Webpack3 for bundling
  • Babel7 for transpiling
  • ES Lint
  • HTML
  • JavaScript
  • SCSS
  • jQuery

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published