This website made with Vite, ReactJS, Firebase, Tailwind CSS and Redux.
You can test it here (https://rustysym.github.io/reactjs-e-commerce-frontend/)
Requirements | |
---|---|
Firebase | Firebase |
Authentication | Firebase user authentication |
.env | Create your .env file for keys |
In the project directory, you can run:
npm install
Using this command we install the dependencies found in the package.json
file.
npm run dev
Runs the app in the development mode.
Open http://localhost:5173 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.