UofA Blueprint website
- make sure Node.js v16.13.2 is installed on your machine
- go to /frontend folder
- run the following in the terminal to install all the required node modules
npm install
- run the following in the terminal to start local server
npm start
- run the following in the terminal to run test suites
npm test
- make sure Node.js v16.13.2 is installed on your machine
- go to /backend folder
- run the following in the terminal to install all the required node modules
npm install
- run the following in the terminal to start local server
npm start
- run the following in the terminal to run test suites
npm test