Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 455 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 455 Bytes

React Online Store Boilerplate

travis-ci badge

How to run

Get the BE repo and run server

git clone https://github.com/SirMoustache/react-online-store.git
cd react-online-store
npm install
npm run dev

Commands

Run generators (For example to generate new component)

npm run generate