Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kacperkapusciak/apollo-fe

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

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://nodejs.org/en/)

and then install `yarn` using `npm`:
```bash
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:

```bash
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](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.