This server is intended to be run for some checkpoints in the Thinkful curriculum. If you have trouble getting the server to run, reach out to your mentor.
- Fork this repository by clicking the Fork button at the top right of the page
- Clone this repository.
cd
into the newly created directory.- Run
npm install
. - Run
npm start
.
Running npm start
will spin up a server on port 3000 that will run the React application.
The Constellations Client provides a simple front-end for a RESTful Constellations Server.