victorpopkov / react-ui-icheck-website

Website of the react-ui-icheck library.

Home Page:http://github.victorpopkov.com/react-ui-icheck/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-ui-icheck-website

CI CD Code Climate Libraries.io

Website of the react-ui-icheck library.

Running

Development

To start coding you just need to:

  1. Clone the repository: https://github.com/victorpopkov/react-ui-icheck-website.git
  2. Install packages: yarn install
  3. Export .env.dev environment variables
  4. Launch: yarn dev
  5. Visit in your browser (default: http://localhost:3000/)

Production

In order to launch the production version you will need to build the project first before actually starting it:

  1. Clone the repository: https://github.com/victorpopkov/react-ui-icheck-website.git
  2. Install packages: yarn install
  3. Export .env.prod environment variables
  4. Build: yarn build
  5. Launch: yarn start
  6. Visit in your browser (default: http://localhost:8080/)

License

Released under the MIT License.

About

Website of the react-ui-icheck library.

http://github.victorpopkov.com/react-ui-icheck/

License:MIT License


Languages

Language:JavaScript 92.0%Language:SCSS 7.0%Language:Dockerfile 0.7%Language:HTML 0.3%