The following prerequisites must be installed on your local machine:
- IMPORTANT Make sure you have the latest version of nodejs installed. Check with
node -v
; it should be at leastv10
- Install the dependencies with
npm install
- Build with
npm run bundle
- Run application with
npm start
Then visit http://localhost:3000/
- Install Redis into a temporary directory outside of the project folder: http://redis.io/topics/quickstart
-
Open a new tab and run 'redis-server'
-
Test your server instance with 'redis-cli ping'
-
make install for install local PATH variables
-
start your Redis server with 'redis-server'
-
REDIS server is listening on port 8097