Earth-Front is built by ReactStack and NodeJS.
Server
Browser
^16.0.0
^8.0.0
# step1 start webpack server for dev
npm run webpack
# step2 start app server for dev
npm run dev
# step3 open the browser
open http://localhost:3000
# for devs to pre-deploy and debug locally
# step1 only need to run this command
npm run sandbox:debug
# step2 open the browser
open http://localhost:8890
ENV: sandbox (release branch)
# step1 only need to run this command
npm run sandbox
ENV: production (master branch)
# step1 only need to run this command
npm run prod