FMakareev / emernotar.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emernotar.io

Getting Started

Requirements

  • Mac OS X, Windows, or Linux
  • Yarn package or npm
  • Text editor or IDE pre-configured with React/JSX

1. Get the latest version

You can start by cloning the latest version of React Starter Kit (RSK) on your local machine by running:

$ git clone https://git.compaero.ru/emernotar.io/frontend-mechanic-ssr
$ cd frontend-mechanic-ssr

2. Run yarn install or npm install

This will install both run-time project dependencies and developer tools listed in package.json file.

3. Run developer mode yarn start or npm run start

This command will build the app from the source files (/src). As soon as the initial build completes, it will start.

http://localhost:3000/

4. Create production build yarn build or npm run build

Creates a release build for the release

Documentation

Other

To replace the video on the main page, you need:

  1. go to the file: src/config.js;
  2. replace the value of the youtube property with the new video;
  3. Run the command npm run build;
  4. If you are on the main server to restart the client server, issue the command service emc-front restart;

About


Languages

Language:JavaScript 74.2%Language:HTML 23.9%Language:SCSS 1.7%Language:Roff 0.2%