Purpose: to learn how to setup a CI/CD pipeline and a SPA that uses JWT for authentication.
- Make a copy of the .env.example file and save it as .env
- Edit the .env file, add a string to be used for the shared secret for signing the JSON Web Tokens
- Download and install Node.js
- In the project directory perform a npm install
- Execute the following command in the project directory
DEBUG=myapp:* npm start
- Execute the following command in the project directory
npm test