Embryo
  • Introduction
  • Folder Structure
  • Embryo-angular
    • Installation
    • Translate App
    • Add/Delete Component
    • Custom Widgets
    • Style Customization
    • Routing/Navigation
    • Rtl
    • Credits
  • Embryo ReactJS
    • Installation
    • Translate The App
    • Adding New Widgets
    • Style Customization
    • Instant Search With Algolia
    • Credits
  • Embryo Vuejs
  • FAQ's (Frequently Asked Questions)
  • Changelog
  • Customer Support
Powered by GitBook
On this page
  • Installation prerequisites:
  • Running development server:
  • Production building:
  1. Embryo ReactJS

Installation

PreviousEmbryo ReactJSNextTranslate The App

Last updated 6 years ago

Installation prerequisites:

  1. Install Node.js and NPM: Download Node.js from official and install it on your system. NPM comes bundled with Node.js.

  2. Install NPM packages: Once you install node on your system, open terminal or command prompt on your system, go to your project root directory & run the following command, it will download all the dependencies under node_modules folder. Please wait for it to finish.

npm install

Before starting development server please make sure you have copied all the project files including hidden files too like .babelrc and .eslintrc

Running development server:

Run following command to run dev server, wait for it to finish and once it finishes access to run your app/project on browser. The app will automatically reload if you make any changes in any of the source file.

npm start

Production building:

Run following command to build the project and wait for it to finish. The build will be stored in the build/ directory.

npm run build
website
http://localhost:3000/