- Node.js
>=
v12.16.1;
- Clone this repository:
git clone git@github.com:luanribeiros/api-shoes-store.git
; - Remove
.git
directory; - Install dependencies:
yarn
(ornpm install
); - Run yarn
(or
npm start) to develop on
http://localhost:4000` - Run
yarn build
(ornpm run build
) for production build (files will be generated ondist
directory)
MIT © Luan Ribeiro