https://github.com/arasovic/symmetrical-spoon
e-commerce landing page
https://github.com/arasovic/symmetrical-spoon
eslint react redux semantic-ui-react styled-components typescript
Last synced: 5 days ago
JSON representation
e-commerce landing page
- Host: GitHub
- URL: https://github.com/arasovic/symmetrical-spoon
- Owner: arasovic
- Created: 2021-12-03T18:34:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T11:56:29.000Z (over 4 years ago)
- Last Synced: 2024-04-29T19:50:35.062Z (about 2 years ago)
- Topics: eslint, react, redux, semantic-ui-react, styled-components, typescript
- Language: TypeScript
- Homepage: https://practical-yonath-bfa469.netlify.app/
- Size: 7.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-commerce Landing Page
https://practical-yonath-bfa469.netlify.app
## Contained packages
- redux:
- redux-thunk
- redux-devtools-extension
- styled-components
- eslint & prettier configured into airbnb rules
- typescript compiling
- react-app-rewired (webpack aliases without ejecting)
- semantic-ui-react
- axios
## Installing and starting
Starting goes the same way as normal CRA.
1. Installing all required packages with `npm install` or `yarn install`
2. Starting up React App `npm start` or `yarn start`
3. Ready to go!
App is prepared to handle `yarn` and also `npm` depending on what you want just delete stuff
related to useless one.