Download [Node.js].(https://nodejs.org/en/download) Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm start
# Build for production in the dist/ directory
npm run buildOpen http://localhost:3000 with your browser to see the result.