Skip to content

nthuion/nthuion-frontend

Repository files navigation

nthuion-frontend

Frontend of NTHU ION

Build Status

Resources

Prerequisites

  • node
  • npm

Environment Setup

npm install # installs dependencies

Run in Develop Mode

npm run dev

Run in Production Mode

npm start

Run Tests

npm test

Run Lint

npm run lint