Skip to content

peamz4/SimpleAccountManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SAM - SimpleAccountManager

Simple Account Manager module for something :D

How 2 run!

Step-By-Step tutorial

1. setup : clone repository (skip if already)

open command prompt and make folder for project

with cmd

mkdir hotelerp
cd hotelerp
git clone https://github.com/peamz4/SimpleAccountManager.git

or with github desktop

with this link https://github.com/peamz4/Hotel-ERP.git

2. install package

with npm

cd back
npm install
cd ..
cd sam
npm install

with yarn

just change npm install to yarn 

3. Development

when you open project you will see back and sam in project folder

cd back
yarn dev
+ open another cmd terminal
cd sam
yarn dev

Enjoy Developing :D

About

A project for internship :D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published