Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.09 KB

img

FESTIVENT 🎶

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.

Update 2022

This app has come a long way since the initial commit and is finally running on CRA 4 / React 17 to minimize critical CVEs.


Install

For development purpose you can fork this app and install client and server dependecies:

npm run update

Run the app in the development mode

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.

Run the app in the production mode

If you like to run the production build, you have to build the client first with

npm run build
npm start

This app has also been staged on heroku 🎉