Performed page
To start using this project, please clone it to your platform.
Open a terminal Ctrl + T
(for Linux) and go to the folder where all your Internet projects are stored. for example: cd /var/www
.
Clone this repository to the projects folder.
git clone https://github.com/Andrew-Dyachenko/authentica.git
or
git clone [email protected]:Andrew-Dyachenko/authentica.git
Go to the cloned project folder
cd authentica/
Install the required package dependencies
It is assumed that you have the package manager Yarn installed, otherwise you can always roll back to using NPM
yarn
After completing the installation of the necessary dependencies, you can run the project build. The Server-launched page can be seen at http://localhost:1234
yarn start
To finally build project run
yarn build
If you encounter SCSS style error warnings in the console, use the yarn scss-fix
command to fix most errors.
Otherwise to fix JavaScript use the yarn js-fix