Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Kirrrusha/shop

Repository files navigation

Template shop - TeachLead Program

Environment

  • node >=10.15.0
  • npm >=6.10.0

Deployment instructions

  • npm ci - install node_modules according to package-lock.json
  • npm test
  • npm run build

Last command will create build folder.

Development

Git branching model

Git flow. You can find latest version on develop branch. Latest stable version on release branch. You must be able to clone repository by shh connection. Make sure that you put your public SSH key in your profile.

Web App

  • cd <root project folder>
  • npm ci - install node_modules according to package-lock.json
  • Running the application. This will build css styles from sass and run development server on localhost:3000. This will also watch and recompile changes in scss and js files.

Testing

  • cd <root project folder>
  • npm install if not done already
  • npm test

Technologies stack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors