YoshiyukiSakura / bitcoin_explorer_blocklet

a code test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install on my ABT Node

Install on my ABT Node

Dependency

This project was bootstrapped with Create React App.
Requires node.js v10+.
Also depends on bitcoin_explorer_api(backend project).

Preview

cd bitcoin_explorer
npm install
npm start

Open http://localhost:3000 to view it in the browser.

Test

npm test

Build for deployment

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Docker

docker build -t bitcoin_explorer . && docker run -p 3000:3000 bitcoin_explorer

About

a code test


Languages

Language:JavaScript 67.1%Language:SCSS 18.8%Language:HTML 9.1%Language:CSS 4.9%