An open API service indexing awesome lists of open source software.

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

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.