Minimalistic storefront created with Reactjs, and consuming a graphQL endpoint
-
- Node.js;
- Git
- Package manager npm or yarn
then, clone the repository
$ git clone https://github.com/peustratt/react-store-front.gitand then:
# enter project folder
$ cd react-store-front.git
# install dependencies
$ yarn or npm install
# build the app
$ yarn or npm run build
# run the application
$ yarn start or npm start