FlexNote is a web-application that helps organize notes.
Project is created with:
- @apollo/client version: 3.3.6
- graphql version: 15.4.0
- react version: 17.0.1
- apollo-server version: 2.19.0
- graphql version: 15.4.0
- sortable version: 1.12.0
$ git clone https://github.com/heitzlki/FlexNote/
To run this project, install it locally using npm:
$ cd FlexNote/client/
$ npm install
$ npm start
$ cd FlexNote/server/
$ npm install
$ npm start