GringoFabi / webshop-prototyp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebshopPrototype

This project was generated with Angular CLI version 12.0.1.

Technical Requirements

The client is built with Angular using npm for its package management. Therefore, Node.js is required to run the client. Apart from that, it is recommended to get Angular CLI. The server is built with Golang which must be installed to run the server.

Starting the Client

To run the client start of by switching into the root directory and install the node modules via npm install. When finished, in the same directory run ng serve for a dev server. Navigate to http://localhost:4200/ to start using the webapp.

Starting the Server

To run the server switch to the server's main source directory and install the golang dependencies. When done start the server by running go run server.go from the same directory.

About


Languages

Language:TypeScript 52.1%Language:HTML 27.6%Language:Go 15.1%Language:JavaScript 3.0%Language:SCSS 2.3%