1.0.0 • Published 3 years ago

@bronote/local_client v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

🚀 JBook (client side)

Client side project of React and Typescript: Build a Portfolio Project course. To see the whole project (cli, local api and local client) visit npm or the Git repo.

Technology used

Quick Start

Download the zip file or Clone this repo, using:

git clone https://github.com/MadAitcH/jbook_local_client

Install the dependencies:

npm install

Run App

# to run server
npm start

# to build the client
npm run build