/projects-platform-frontend

React frontend for the She's Coding open-source projects platform

Primary LanguageTypeScriptMIT LicenseMIT

Available Scripts

To begin with, make sure you have following versions of yarn, npm and Node

node: v8.16.0
npm: 6.4.1
yarn: 1.17.0

In the project directory (cd your_path/projects-platform-frontend), you can run:

yarn

Installs all the needed dependencies

npx webpack --mode=development

Builds the project

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.