Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 379 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 379 Bytes

Peaches Ahead

Using create-react-app with React Router + Express.js

Development

Clone this repository:

git clone https://github.com/tspoff/peaches-ahead-webapp.git
cd peaches-ahead-webapp

Install dependencies:

npm install

Start the project at http://localhost:3000.

npm start

Testing

npm test