chenkaiyu1997 / design-project

A company website with some web-animation

Home Page:http://www.xiaodeqihua.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency

  1. node.js
  2. npm
  3. yarn
  4. mongodb

Deploy Frontend

  • git clone (from github) & cd ${document}
  • npm install or yarn install
  • To visit it at http://localhost:3000 with npm start

Deploy Frontend & Backend

  • git clone (from github) & cd ${document}
  • npm install or yarn install
  • mongod --dbpath $(dbpath)
  • To visit it at http://localhost:8080 with yarn webstart

Under Development

  • to resolve ip to domain.
  • to deploy CDN(because the static resource is too much!!!).

About

A company website with some web-animation

http://www.xiaodeqihua.cn


Languages

Language:JavaScript 96.7%Language:HTML 2.0%Language:CSS 1.4%