To run the website execute the following:
-
Install website NPM modules:
$ npm install
-
Start the development server:
$ gulp dev
-
Create the website distribution:
$ gulp dist
-
Run the back-end server:
$ npm start
To run the website execute the following:
Install website NPM modules:
$ npm install
Start the development server:
$ gulp dev
Create the website distribution:
$ gulp dist
Run the back-end server:
$ npm start