Installation
Purchase a Regular License or Extended License of Eventify from CodeCanyon.
After purchasing, download the package on your computer and unzip it.
The unzipped package contains a folder named
tailcards-eventify
.Open this folder in Command Prompt / PowerShell (Windows) or Terminal (Linux / Mac).
Run
npm install
command. This will install the required dependencies of the project.After this, run
npm run serve
command. This will compile the input.css file, serve the contents of the project and provide you a URL similar to http://localhost:PORT_NUMBER, which can be accessed in your web browser.Cheers! Your project should be up and running.
Eventify requires Node.js installed on your machine.
Last updated