Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Project template for the course project (ESS-EC-2021.1)

Notifications You must be signed in to change notification settings

fnalmeidap/ess-delivery-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estrutura do projeto a ser utilizado na disciplina de ESS

Dependências

  • Angular
  • Node
  • npm

Instalando dependências

sudo apt install npm
sudo npm install -g @angular/cli

Modificando a versão do Node

sudo npm install -g n
n 14.15

Iniciando o projeto

cd web-app
sudo npm install
cd ..
cd server
sudo npm install

Rodando o projeto

Iniciar o servidor

cd server
npm start

Iniciando o frontend

cd web-app
sudo npm install 
cd src
ng serve

About

Project template for the course project (ESS-EC-2021.1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 75.4%
  • HTML 11.8%
  • SCSS 5.6%
  • Gherkin 3.9%
  • JavaScript 3.3%