/bytecode

Project Team Bytecode

Primary LanguageJavaScriptMIT LicenseMIT

Bytecode

Project Team Bytecode

Installation

Clone this repo

git clone https://github.com/irfnd/bytecode

Move to bytecode folder

cd bytecode

Client

React as client, move to client folder

cd client

Install dependencies

npm install

Run react app

npm start

Open http://localhost:3000 on your browser

Server

Express as Rest API, move to server folder

cd server

Install dependencies

npm install

Run react app

npm start

Open http://localhost:8000 on your postman / insomnia / thunder client