Skip to content

danielrehner/react-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This is a React app using React Router, Vite, and Vitest. It also makes use of json-server as a simple backend.

Built following a tutorial with some of my own modifications.

Getting Started

Be sure you have npm installed.

Then cd into the api folder and run:

npm install
npm run dev

Then cd into the client folder and run:

npm install
npm run dev

You should then be able to navigate to http://localhost:5173/ to view the app.

Testing

To run tests, cd into the client folder and run:

npm run test

About

React app using React Router, Vite, and Vitest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published