-
-
Notifications
You must be signed in to change notification settings - Fork 62
Developer Guide
We are editor and IDE agnostic in this project. You can use whatever editor or IDE you normally use. If you have not chosen a editor or IDE, we have Visual Studio and Visual Studio Code settings files included that will help you get going to work on this very easily.
Our stack is:
SQLite 3 Express 4 REACT 18.2 NodeJS latest LTS
The UI library is MUI v5
We use Jest, Cypress and REACT testing library for all unit, integration and e2e tests.
This app was bootstrapped with Create React App.
It is not hosted anywhere yet.
The development server runs at http://localhost:3000/
To start the app for development, cd to server and run npm start and wait for the server to start.
In another terminal, cd to client and run npm start and wait for the client to start.