Skip to content

Front-end part for the Employee manager written in ReactJS.

Notifications You must be signed in to change notification settings

foxxydev/employee-manager-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intructions for setting up blockchain-webapp

Install Node Version Manager (nvm) in case it isn't:

:::sh
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash

Close the Terminal then open it again

Install node.js:

:::sh
nvm install stable

Clone repository:

:::sh
# Clone repo
git clone https://github.com/foxxydev/employee-manager-webapp.git
cd employee-manager-webapp

Install site dependencies:

:::sh
npm install

Deploy/run site:

:::sh
npm start

Open http://localhost:3000 in your browser.

About

Front-end part for the Employee manager written in ReactJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published