Skip to content

citrushack/CutieHack2020Frontend

Repository files navigation

Cutie Hack Frontend

This is a front-end written with React, Typescript, Redux-saga, and Redux saga-slice. The backend (repository here) is created using Strapi.

Get started

You must have node and yarn installed.

Clone the repository

git clone https://github.com/citrushack/CutieHack2020Frontend.git
cd CutieHack2020Frontend

Install dependencies and start the server

# Using yarn
yarn install
yarn start

The server should launch at http://localhost:3000. Auth won't work unless you also run the backend. Currently the site just contains a registration form and a way to upload a resume.

Tooling information

This app was created with the react-boilerplate-crea-template. It gives us nice default settings for linting, prettification, and super useful generator scripts (yarn run generate). Docs here.

About

The repo containing all the frontend for Cutiehack 2020.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published