Skip to content

paola-sc/SalesOrganizer

Repository files navigation

SalesOrganizer boilerplate

Open in Gitpod

Front-End Activation

Run these commands to start the front-end:

rm -rf node_modules && nvm install 14 && npm install && cp ./.env.example ./.env && echo "BACKEND_URL=https://3001-${GITPOD_WORKSPACE_URL:8}" >> .env && npm run start

Back-End Activation

Run this command to start the back-end:

pipenv run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published