Skip to content

soulrest/phone-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

short instruction for installing the project 👇

In current directory type command "npm install" for installing all dependencies for a project

After installing all dependencies you have options between 3 commands: "npm run start", "npm run build" and "npm run dev"

👉 "npm run dev" by using Webpack will compile all JavaScript files from src folder in one file dist/js/bundle.js;

👉 "npm run dev" by using Webpack will compile and compress all JavaScript files from src folder in one file dist/js/bundle.js;

👉 "npm run start" starts a developing server on port 8080. The simplest way to test an application.

About

phone book project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published