Welcome to the festivent app. This app was designed and created for music lovers and event hoppers, to find the best festival according to the users taste in music.
This app has come a long way since the initial commit and is finally running on CRA 4 / React 17 to minimize critical CVEs.
For development purpose you can fork this app and install client and server dependecies:
npm run update
Run the script
npm run dev
to open http://localhost:3000 for viewing it in the browser.
The page will reload if you make edits.
You will also see any linting errors in the console.
An instance of Storybook will run on http://localhost:9009 for an isolated component view.
If you like to run the production build, you have to build the client first with
npm run build
npm start