Skip to content

This is a Redesign project for Sorabel using React.Js

Notifications You must be signed in to change notification settings

riez/sorable-redesign

Repository files navigation

#Installation

  • You must install mongodb server on your machine to get this apps working.
  • Run npm install (on root folder)
  • Run npm run start (Frontend) and npm run start-server (Backend)
  • Import Data using Mongo Import

#Import DB

Using this command to import JSON Array to Mongo Document mongoimport --db sorabel --collection product --type json --file product.json --jsonArray

Note:

  1. You should in root directory
  2. sorabel (is db name)
  3. product (is collection name)

#Code Standard

  • function_name for redux action
  • thisName for local function & variable name
  • ComponentName for class & name of component
  • component-name for component folder

#Route

#Build Run npm run build for building the project.

Side Note:

  • Homepage only for generating random data from _faker to use as Backend Data
  • Using add copy webpack plugin since the assets (image product) is local

About

This is a Redesign project for Sorabel using React.Js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published