This simple application just gives a basic React+Vite/Express setup. It is meant to be a starting point for simple projects but is lacking many features that a full-fledged application would have. In the future you will be given a more complete application to work with.
- Fork/Clone this repository
- Run
npm installin the server directory - Run
npm installin the client directory - Create a file called
.envin the server directory and copy the contents of.env.exampleinto it. DON'T RENAME THE EXAMPLE FILE. - Run
npm run devin the server directory - Run
npm run devin the client directory - Open your browser to
http://localhost:3000Make sure are running the server and client in separate terminals.
Happy coding!