Quickstart
If you want to try it without installing it locally, you can access our self-hosted version.
Alternatively, if you want to run it locally or within your self-managed environment, please follow the steps below.
Prerequisites
Running the StarterKit requires you to have node.js and yarn installed.
If you do not have these installed:
-
Install node.js for your operating system. The node installation will include
npm
. -
Use
npm
to installyarn
as described here.
Install & Run
Download the latest version of the starter kit from the Github Repository:
git clone git@github.com:neo4j-labs/neo4j-needle-starterkit.git
Navigate to the folder you just cloned and run the following commands to install and run the development server:
cd neo4j-needle-starterkit
yarn install
yarn run dev
If all is successful, you will be shown the following message:
VITE v4.5.1 ready in 125 ms
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
➜ press h to show help