Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kacperkapusciak/apollo-fe
- Owner: kacperkapusciak
- Created: 2020-04-15T12:09:03.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T19:43:05.000Z (almost 2 years ago)
- Last Synced: 2023-05-22T23:49:37.092Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://kacperkapusciak.github.io/apollo-fe/#/
- Size: 3.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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.