/apollo-fe

Fast surveys app made as an university project with React. Backend Repo can be found here: https://github.com/BIGbadEL/apollo-be

Primary LanguageJavaScript

apollo-fe

Prerequisites

You need to have Node.js and yarn installed on your machine. Also bash-like command line is needed to run this project so default Linux and MacOS terminal is preferred.

Download Node.js from here

and then install yarn using npm:

npm install -g yarn

npm comes with Node.js.


Installation process

Download and unzip code from this repository. Then cd into the newly created directory and run:

yarn install
yarn start

Application should open in your default browser on port 3000.

Available scripts

yarn install

Installs all needed packages in order to run this project in development mode.

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

Runs unit tests. To display more detailed test info use yarn test --verbose.

yarn build

Builds the app for production to the build folder.