First of all, Thank you so much for purchasing this template and for being our loyal customer. You are awesome! You are entitled to get free lifetime updates to this product and support from the cssninjaStudio team directly. Xpulse is a product built by cssninjaStudio and Digisquad.
- A recent web browser (Chrome, Edge, Firefox, ...)
- Node.js LTS (> 18 with pnpm > 8) installed
- Knowledge with Typescript (should not be installed globally)
- Knowledge with Tailwind CSS
- (recommended) VSCode
- Check if you already have Node.js installed. Run this command in your terminal:
node -vIf node is not installed on your machine, you can go to the official nodejs.org website, and choose the version depending on your operating system:
- Install Node.js and npm on Windows, Linux or Mac OSX
- Or, install Node Version Manager to quickly install and use different versions of Node.js
- Enable pnpm with corepack
corepack enable
corepack prepare pnpm@latest --activatecorepack is installed with node from v16.13.x, if your version is below, install it with:
npm install -g corepack
To setup the template and start installing project dependencies, run:
pnpm installNote: This will install depenencies form all packages that matches with
pnpm-workspace.yaml. If you need to clear allnode_modules, you can usepnpm clear:allcommand.
To start the development server, run:
pnpm devThis will run the dev script from the package.json file.
Access the Xpulse frontend in your browser at http://localhost:3000/
Our online documentation is a great place to learn how to use Xpulse. We try to keep it mostly up to date, so you can always find the latest information.
We also have a great discord community where you can ask questions and show your work.