Dev Challenge is a to-do app that assigns todos with assessments to an user and assesses their programming skills.
- Clone from master.
- Open console and go to project root.
- Run npm install.
- Open config.example.ts, copy the contents of it into a new file called config.ts, in the same directory.
- Open config.ts and enter the right credentials.
- API_ENDPOINT is API url
- APPLICATION_TOKEN is the token generated from the API. When you configure your API, you will generate a token, paste it here.
- Configure one signal if you wish to use notifications.
- Run npm install
- Run ng build --target=production
- Make it so the virtual hosts target the created "app/dist" directory.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.