Skip to content

TalaoDAO/tezotopia-issuer

Repository files navigation

Available Scripts

npm install

Install both backend and frontend. Frontend placed in /client directory.

Install Redis

Install Redis on Mac

brew update brew install redis brew services start redis

Install Redis on Windows

Download Redis from https://redis.io/

Run the project

In the project directory, you can run:

npm start & npm run client

Runs the backend and frontend in the development mode.
Open http://localhost:5000 to view the backend server.

Open http://localhost:3000 to view the frontend server.

npm run server

Run the backend server in nodemon.

npm run dev

Run both backend and frontend concurrently.

npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published