Skip to content

mtklar/react-articles-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

react-articles-test

This is a test project to learn about react.

Backend

  1. Run npm install in the backend directory.
  2. Copy the .env.example file to a new file in the same location called .env
    • The server should be listening for requests on port 5000
  3. Run
    • npm run db:setup - create the database and tables and insert seed data
    • npm start - start the backend server

Frontend

  1. Run npm install in the frontend directory.
  2. Run npm start in the frontend directory to start the server.
  3. Open http://localhost:3000 to see the frontend

About

This is a test project to learn about react.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors