This is the main development repo for Sound As A Pound. Its continually developing as I use this project to better improve my understanding of a MERN Stack, and experiment with different ideas.
Visit the live site here for up to date value of the GBP against the Dollar.
Follow the Twitter account for morning and afternoon updates on the value of the GBP against the Dollar.
Going to suggest opening different terminals to make sure you always start at the route directory
- Open a new terminal and run
npm ci
to install dependancies from the package.son in route directory. - Open a new terminal and run
cd server
thennpm ci
to install dependancies from the package.son in server folder. - Open a new terminal and run
cd client/my-app
thennpm ci
to install dependancies from the package.son in my-app folder.
- Open a new terminal and run
cd server
- Now in the server run
npm run start
this will open port 3001 and start the backend - Open another new terminal and run
cd client/my-app
- Now in the client run
npm start
this starts the react server opens it on port 3000