/share-eat

Just a sample app

Primary LanguageTypeScript

Share Eat

Click here to see this app online

Getting Started Local

  1. First, clone this repository.

  2. Open the project directory.

  3. Install dependencies:

npm install
  1. And then, run the production server:
npm run build && npm start
  1. Open http://localhost:3000 with your browser to see the share-eat app.

If you are running this in another port than 3000, you will need to pass the BASE_URL=http://localhost:<PORT> env variable to access the API.