Skip to content

JserWang/rc-bmap-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rc-bmap-demo

Install

yarn install

Quick Start

Development env

Since the example requires the webpack compilation function provided by the node service, the local startup service is required.

yarn run serv // or npm run serv

When you see the message Service started successfully on the command line, it proves that the node service has started successfully.

Start web service access via webpack-dev-server.

yarn start // or npm start

Note: The default startup port of the node is 3000 and the web service is 9000. You can change it at the const/index.js file.

Open your browser and preview it with url: http://localhost:9000.

About

Demo for rc-bmap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published