/fiveGo

demo

Primary LanguageJavaScript

fiveGo

A simple FiveGo

Usage

# install all this dependencies.
npm install

# development, default port: 8080
npm run dev

# production
npm run build

# build with report
npm run build --report

# lint the files
npm run lint