alebelcor / react-resume-editor

💼 Resume editor web app written in React/Apollo/GraphQL/Prisma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Resume Editor

Resume editor web app written in React/Apollo/GraphQL/Prisma

Install

Ensure you have Node.js version 10+ installed, and Docker installed and running.

npm install --global prisma-cli
npm install
docker-compose up --detach
prisma deploy

Usage

To start the development server

npm start

To do a production build

npm run build

License

MIT © Alejandro Beltrán

About

💼 Resume editor web app written in React/Apollo/GraphQL/Prisma

License:MIT License


Languages

Language:JavaScript 67.3%Language:CSS 29.1%Language:HTML 3.7%