Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 650 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 650 Bytes

ibrahim-phobia-bundle

React front-end and Node.js backend to get a package bundle-size: minified and gzipped with last three versions

Install and Run

Clone the repo

git clone https://github.com/ijelliti/ibrahim-phobia-bundle.git

Install node_modules for both project NodeJS and React

cd ibrahim-phobia-bundle
npm install
cd phobia-ui
npm install

at root foler of the project run:

npm run dev

Now access bundle-phobia at:

http://localhost:3000/

Jest Test

run jest or npx jest if jest is not installed globally at root folder: ibrahim-phobia-bundle and phobia-ui