This project aims to help web-delelopers to learn JavaScript.
There are two folders /front and /server.
Folder /front contains an angular front-end application.
Folder /server contains a REST API server built on Node.js and Express.
-
Install Node.js.
-
Run command
npm installfrom folders /front and then from /server (this command install all dependences). -
Run
npm run allfrom folder /front (this command run this project in development mode). -
Navigate to
http://localhost:4200. The app will automatically reload if you change any of the source files. -
To login please enter login:
test, passwordtest.