0.0.2 • Published 5 years ago
board-js v0.0.2
board-js
Getting Started
- Clone this repository and install the node dependecies with:
npm install - Set up environment variables (accepts
.envfile)NODE_ENV=development PORT=3000 // Also defaults to port 3000 if unset - Run development server with:
npm run dev