Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 421 Bytes

File metadata and controls

17 lines (10 loc) · 421 Bytes

gameLibraryNodeJS

NodeJS Express Rest API with basic Frontend (study project)

Please add .env file to src/client after cloning this repository. And paste inside "SKIP_PREFLIGHT_CHECK=true".

It is also recomended to add .env file to main src folder With the following content "APP_PORT = 5554"

Before start install npm modules:

npm install

To run Client and Server use this commands:

npm run dev