Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marutpun/assessment-seven-peaks-fe
An assessment of a candidate for Junior React Developer in 2021
https://github.com/marutpun/assessment-seven-peaks-fe
axios guardian-api netlify-functions react tailwind zustand
Last synced: 1 day ago
JSON representation
An assessment of a candidate for Junior React Developer in 2021
- Host: GitHub
- URL: https://github.com/marutpun/assessment-seven-peaks-fe
- Owner: marutpun
- Created: 2021-09-22T01:54:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T17:01:16.000Z (9 months ago)
- Last Synced: 2024-11-12T09:41:47.405Z (2 months ago)
- Topics: axios, guardian-api, netlify-functions, react, tailwind, zustand
- Language: JavaScript
- Homepage: https://lucid-williams-f9b2fb.netlify.app/
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front-end Development Test
Demo (unfinished version): [https://lucid-williams-f9b2fb.netlify.app](https://lucid-williams-f9b2fb.netlify.app)
## How to start
Clone this repository
```
git clone https://github.com/marutpun/Assessment-Seven-Peaks-FE.git
```Install packages
```
# NPM
npm install# Yarn
yarn install
```Run local development
```
# NPM
npm run start# Yarn
yarn run start
```or build a development
```
# NPM
npm run build# Yarn
yarn run build
```