You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# install dependencies
$ yarn
# build the application
$ yarn build
# run server at localhost:3001
$ yarn server
# run client with hot reload at localhost:1234
$ yarn client
# build for production
$ yarn bundle
# test
$ yarn test
About
Small react application using RemoteData, a datatype representing fetched data