2.2.0 • Published 4 years ago

note-manager v2.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Index

Intro

This project was created using React and Redux to demonstrate my front-end skills.

I used my react-redux-google-auth2 component for authentication, and json-server for project backend api.

Initialization

First, run the backend api (json-server) using command below:

npm run start:api

Once json-server is ready, run project front-end:

npm start