create a company portal website on nodeJs. The css framework mdb is based on material style and bootsrap writing(Material Design for Bootstrap)
- enviroment: install git,nodejs and npm
- open command and download by git:
git clone https://github.com/RodgerLai/node-mdb
- open the dir:
cd node-mdb
- install the dependency packeges:
npm install
- run the app:
npm start