/Csc411Group18

Primary LanguageJavaScriptMIT LicenseMIT

Name this project is given

This is a project using the following technologies:

Requirements

To execute this project make sure you have

then execute thic command iin your git bash/command prompt/terminal

npm install

Running

Make sure to add a config.js file in the config folder. See the example there for more details.

Production mode:

npm start

Development (Webpack dev server) mode:

npm run start:dev