nagai-takayuki / graasp-app-task-management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Management App

Getting started

To run the app create a .env.development file with the following content:

PORT=3005
REACT_APP_GRAASP_APP_KEY=<your app key>
SENTRY_DSN=<your sentry dsn>
REACT_APP_ENABLE_MOCK_API=true
REACT_APP_VERSION=$npm_package_version
REACT_APP_API_HOST=http://localhost:3000
REACT_APP_GRAASP_DOMAIN=localhost

And a .env.test to run the automated tests:

PORT=3334
REACT_APP_GRAASP_APP_KEY=<your app key>
SENTRY_DSN=<your sentry dsn>
REACT_APP_ENABLE_MOCK_API=true
REACT_APP_VERSION=$npm_package_version
REACT_APP_API_HOST=http://localhost:3000
REACT_APP_GRAASP_DOMAIN=localhost
BROWSER=none

About


Languages

Language:TypeScript 88.4%Language:JavaScript 7.2%Language:HTML 2.9%Language:CSS 0.9%Language:Shell 0.6%