/ntpumis

this project is up and running

Primary LanguageJavaScript

NTPU MIS

This project is the website of graduate institute of Information Management, Natational Taipei University.

This is an frontend project developed with the framework React.js, designed by TEMPLATED

Service is required by the backend project NTPUMIS_BE.

Install

npm install

How to run it?

gulp server

and open browser http://localhost:3000

Test

gulp test

Build project

gulp build

Build project as production

NODE_ENV=production gulp