- nodejs >= 12.14.1
- yarn >= 1.21.1
# clone this repo
# Install packages
yarn install
# Start server locally
yarn start
Application will be opened automatically on localhost:3000.
# Build for production
yarn run buld
This project is licensed under the MIT License - see the LICENSE file for details.