https://github.com/malcodeman/apage-client
https://github.com/malcodeman/apage-client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/apage-client
- Owner: malcodeman
- License: mit
- Created: 2018-02-12T18:16:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T11:24:11.000Z (over 2 years ago)
- Last Synced: 2025-01-29T22:33:08.112Z (4 months ago)
- Language: JavaScript
- Size: 11.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - apage-client - Single-page websites for all kinds of things. (React)
README
# Apage client
[](https://github.com/styled-components/styled-components)
[](https://github.com/prettier/prettier)
[](https://github.com/malcodeman/apage-client/blob/master/LICENSE)Single-page websites for all kinds of things.

## Getting started
First, clone and run the api:
```
git clone https://github.com/malcodeman/apage-api.git apage-api
cd apage-api
yarn install && yarn start
```Next, you can clone and run the frontend:
```
git clone https://github.com/malcodeman/apage-client.git apage-client
cd apage-client
yarn install && yarn start
```.env.development.local:
```
REACT_APP_API_URL = "http://localhost:4000/api/"
```## License
[MIT](./LICENSE)