Skip to content

How to run this project #2

Answered by Pustur
Shanky-21 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, to run this project you need Node.js installed as well as Gulp.js

  • Install Node.js (I tried with v10.16.0, I can't guarantee it will work with other versions)
  • Then install Gulp.js, this project still uses version 3 so to install it, run npm install -g gulp@3
  • In the project directory, run npm install to install the dependencies
  • Finally, compile and serve the project by running gulp, a development server should be running at http://localhost:8000/
    • If you want to get a build ready for publishing, you can run gulp --prodcution, this will also minify the files, remove sourcemaps, ecc.
  • All the compiled assets will be generated in a folder named dist/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Pustur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants