- Download and Install Node.JS
- Install http-server as global node module (write in the console: npm install -g http-server)
- Open a console in the directory of the app and write: http-server
- Open a browser and type http://localhost:8080
- Download and Install Python
- Make sure that Python folder is added to the Path variables (e.g. open console and write: set PATH=%PATH%;C:\Python27
- Open a console in the directory of the app and write: python -m SimpleHTTPServer 8080
- Open a browser and type: http://localhost:8080
- Download and install XAMPP
- Go to C:\xampp\htdocs and paste your project
- Open XAMPP control Panel and click on Start button next to Apache. This will run a server.
- Open a browser and type: http://localhost
- Follow the instructions in this site