Skip to content

eneii313/CSSWENG-Group-2

Repository files navigation

Installing Dependencies

Clone the repository, then run:

npm install --dev

Project Scripts

Run Development Server

Used for developing and implementing features in the web app.

npm run dev

Open http://localhost:3000 after running the script.


Build App for Production

To be used when preparing app for deployment.

npm run build

Run Built Production App

View the project before deployment.

npm start

Run Jest Test Runner

Runs unit tests specified in ./__tests__.

npm test

Run Linter

Run the ESLinter to check for code errors, bugs, and stylistic mistakes.

npm run lint

References

Frontend

Backend

Testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6