Skip to content
/ bewed Public

Small one page application with Angular and NodeJS

License

Notifications You must be signed in to change notification settings

rodchenk/bewed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

image

Web

cd web/
npm install package.json
ng serve --open

Mobile -> not implemented yet

cd mobile/
npm install package.json
ionic serve

Node server

cd backend/
npm install package.json
node server

Helpful links