create shop with nodejs reactjs express mongodb
== How to start?
git clone https://github.com/idehweb/create-shop-with-nodejs-reactjs-express-mongodb.git
-
we install:
yarn inastll
ornpm install
-
we have to config app using command:
yarn wizard
ornpm run wizard
-
now open http://localhost:3000 (replace localhost with your ip, if you are on server)
-
after config, please run the program:
yarn server
ornpm run server
-
open http://localhost:3001 to see your app
-
for admin panel, do this:
cd admin-panel
andyarn install
ornpm install
mv create-shop-with-nodejs-reactjs-express-mongodb/* ./ server: cd main & yarn start:server client: cd main & yarn start:client build client: cd main & yarn build:client
admin: cd admin-panel && npm start admin production mode: cd admin-panel && npm run build
== changelogs