Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 199 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 199 Bytes

Getting Started

Install dependencies

npm install

Start development live-reload server

PORT=8080 npm run dev

Start production server:

PORT=8080 npm start

License

MIT