/design-project

A company website with some web-animation

Primary LanguageJavaScript

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