Skip to content

arondius/Readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

To get started:

  • Install and start the API server

    From the root of this repository:

    • cd api-server
    • npm install
    • node server
  • In another terminal window, install npm dependencies and start the front end

    From the root of this repository:

    • cd frontend
    • npm install
    • npm start

go to http://localhost:3000 to see the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published