- cd into the
SPARK-App/
- (Optional) if you have not installed node and npm, follow the instructions here install node, install npm
- run
npm install
in the terminal - run
npm run dev
the application should start on the IP address and port number specified in the terminal
- cd into the
/Server
- run
npm install
in the terminal - run
npm start
- Routing - react-router-dom
- Component Library - react-bootstrap, Tutorial on routing with react-router-dom
- Build Tool - vite-react
- Express Server
Happy coding!