This is a front-end server part of our Streetcode project.
Back-end part: https://github.com/ita-social-projects/StreetCode.git
Front-end part: https://github.com/ita-social-projects/StreetCode_Client.git
First of all, make sure you have installed dependencies below and back-end part with front-end part
- NodeJS (16.0.0) or higher
- npm (7.10.0) or higher
- npx (10.2.2) or higher
Clone this repo to your local machine using:
git clone https://github.com/ita-social-projects/StreetCode_FrontendServer.git
To setup this project use this command in project folder:
npm install
To start project locally build client application, specify path for CLIENT_BUILD_PATH
variable to the result dist folder in .env file, write following command:
npm start
Open your browser and enter http://localhost:4000 url. If you had this page already opened, just reload it.
To run tests write following command:
npm test
To run tests with coverage write following command:
npm test:cov
Reach out to us at one of the following places!
- Telegram at
Iryna Zavushchak
Visit our site, we will be happy for everyone!
- MIT license
- Copyright 2024 © SoftServe IT Academy.