Colors.sh helps you add colors and formatting to your bash scripts in a visual way, it looks like this:
Go to http://colors.sh to try it out now!
Run the following commands under the project root folder:
yarn install
yarn dev
to launch the development server.
Build the production ready bundle by running
yarn prod:build
The production bundle will be generated under the dist
folder.
Need to install node http-server first with npm i -g http-server
, then run:
yarn prod:start