nhan0504 / CS326

0 stars 1 forks source link

CS326

Getting Started

To get started with the project, follow these instructions:

Installation

To navigate into the project folder, run:

cd front-end

Run the following command to install the necessary dependencies for the project:

npm install

And for testing:

npm install --save-dev jest
npm install --save-dev jest-environment-jsdom

Running the Application

If you are not yet in the front-end folder, navigate into the project folder by running:

cd front-end

After the dependencies are installed, you can start the application by running:

npm start

And to ensure everything is working correctly, run tests with the following command:

npm test