https://github.com/francislagares/delhi-sundaes
A sundae's delivery shop where users can choose ice cream flavors with toppings and submit an order.
https://github.com/francislagares/delhi-sundaes
jest-dom msw react tdd tdd-workflow testing-library-react typescript
Last synced: 8 months ago
JSON representation
A sundae's delivery shop where users can choose ice cream flavors with toppings and submit an order.
- Host: GitHub
- URL: https://github.com/francislagares/delhi-sundaes
- Owner: francislagares
- Created: 2021-02-12T16:25:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T17:29:03.000Z (over 4 years ago)
- Last Synced: 2025-01-29T18:23:06.137Z (10 months ago)
- Topics: jest-dom, msw, react, tdd, tdd-workflow, testing-library-react, typescript
- Language: TypeScript
- Homepage:
- Size: 822 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delhi Sundae's
A sundae's delivery shop where users can choose ice cream flavors with toppings and submit an order.

# Built with
## Status
Currently: _in development_
# Development
## Available Scripts
- Clone the repo
```bash
$ git clone https://github.com/francislagares/delhi-sundaes.git
```
- Install the dependencies by running the following command.
```bash
yarn install
```
- Start the development server:
```bash
yarn start
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the
result.
# Docker
- Building an image
```bash
$ docker-compose build
```
- Running a container
```bash
$ docker-compose up
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the
result.
- Stopping a container
```bash
$ docker-compose down
```
# Author
Created by [@francislagares](https://www.linkedin.com/in/francislagares/) - feel free to contact me!
*