1.0.9 • Published 10 months ago
fanthon-web-card v1.0.9
Fanthon Web Card
Pré Requisitos
node: 14.20.0 ou superior\ npm: 6.14.17\ Backend
Clonando o projeto
# Clone este repositório
$ git clone https://github.com/corelabbr/fanthon-web-card.git
# Acesse a pasta do projeto no terminal/cmd
$ cd fanthon-web-cardInicializando variáveis de ambiente / Initializing environment variables
- Crie um arquivo .env / Create .env file
- Copie todo o conteúdo dentro do arquivo .env.example / Copy all content from .env.sample
- Cole o conteúdo dentro do arquivo .env / Paste the content inside the .env file
Install dependencies
$ npm installRun App
$ npm start
# Irá iniciar o app em http://localhost:3001Release process
- Clone the Release Repository
- Go to README.md file and follow the commands
- To enable using scripts run the command below
sudo chmod -R u+x release1.0.9
10 months ago