Skip to content

egsonweb/customer-entry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer Entry

Demo

Quick start

Clone/Download the zip file/repo from git

# change directory to your app
$ cd customer-entry

# install the dependencies with npm
$ npm install

#or install via yarn
$ yarn install

# start the server via (npm)
$ npm start

# or

# start the server via (yarn)
$ yarn start

Go to http://localhost:3000 in your browser. It will start a local server using live-server which will watch and reload for you. The port will be displayed to you as http://localhost:3000 using LowDB, small local JSON database powered by Lodash & Faker to generate initial seed data.

About

customer-entry using Angular 1.4x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published