Skip to content

pashunechka/spinners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spinners

How to run a project


To run the application, at first you need to download the github repository. Then, in the project folder open terminal and execute the following commands:

  1. execute npm install in the root directory;
  2. go to the front directory by running the command cd ./front/;
  3. run the npm install command in the current directory;
  4. next, run the command ng build --prod;
  5. go back to the root dirrectory with the command cd .. and run the npm start command;
  6. go to the browser and enter http://localhost:3000

To start the application and configure the connection to the MongoDB run the following command

npm start login password host port db or change config variables in package.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors