A E-Commerce project
Aboutย ย ย |ย ย ย Technologiesย ย ย |ย ย ย Getting startedย ย ย |ย ย ย License
- React Js โ A JavaScript library for building user interfaces
- Node Js โ A web framework for Node Js
- Redux โ A Predictable State Container for JS Apps
- Typescript โ A Program lamguage
- Bootstrap โ A front-end framework
- Clone this repo with
git clone https://github.com/calebesg/proshop.git
- Move yourself to the proshop directory:
cd proshop
- Move yourself to the server directory:
cd backend
- Run
yarn
ornpm install
to install all dependencies - Run
npm run dev
inicialize server
- Move yourself to the web directory:
cd frontend
- Run
yarn
ornpm install
to install all dependencies - Run
npm start
to start project
This project is licensed under the MIT License - see the LICENSE page for details.