https://github.com/ctrachte/sunfire-webapp
e-commerce platform built on netlify, react, node.js
https://github.com/ctrachte/sunfire-webapp
Last synced: 16 days ago
JSON representation
e-commerce platform built on netlify, react, node.js
- Host: GitHub
- URL: https://github.com/ctrachte/sunfire-webapp
- Owner: ctrachte
- Created: 2020-06-17T18:20:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T01:24:19.000Z (over 1 year ago)
- Last Synced: 2025-01-16T13:19:38.524Z (over 1 year ago)
- Language: JavaScript
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sunfire Hot Sauce Web App
A single page web-app built with the intent to eventually be able to handle simple transactions.
## Built with:
- Netlify
- Stripe's API
- [Create React App](https://github.com/facebook/create-react-app)
## Getting Started:
First navigate to a directory in which you wish to save this project.
Run the following commands:
- `git clone https://github.com/ctrachte/sunfire-webapp` - to clone this repository
- `npm install` - to install dependencies
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.