- Install NodeJS;
- Install the NPM dependencies by running
npm install
oryarn
.
NOTE: Above all you should configure Open Server or another local server.
npm run dev
oryarn run dev
runs your project in the development mode once;npm start
oryarn start
runs your project in the development mode on the local server;npm run build
oryarn run build
builds your project for production;npm run stats
oryarn run stats
analyses your project;npm run lint:js
oryarn run lint:js
checks your JavaScript for errors and warnings;npm run lint:sass
oryarn run lint:sass
checks your styles for errors and warnings;