Website of the react-ui-icheck library.
To start coding you just need to:
- Clone the repository:
https://github.com/victorpopkov/react-ui-icheck-website.git
- Install packages:
yarn install
- Export
.env.dev
environment variables - Launch:
yarn dev
- Visit in your browser (default: http://localhost:3000/)
In order to launch the production version you will need to build the project first before actually starting it:
- Clone the repository:
https://github.com/victorpopkov/react-ui-icheck-website.git
- Install packages:
yarn install
- Export
.env.prod
environment variables - Build:
yarn build
- Launch:
yarn start
- Visit in your browser (default: http://localhost:8080/)
Released under the MIT License.