- Notifications
You must be signed in to change notification settings - Fork0
This platform to connect between individuals with a shared interest in finding to playing within a team. The platform brings these individuals together and allows them to collaborate in sport aspects
dasloinc/to.gather
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This setup allows for a Node/Express/React app which can be easily deployed to Heroku.
The front-end React app will auto-reload as it's updated via webpack dev server, and the backend Express app will auto-reload independently with nodemon.
Start by installing front and backend dependencies. While in this directory, run the following command:
npm install
This should install node modules within the server and the client folder.
After both installations complete, run the following command in your terminal:
npm start
Your app should now be running onhttp://localhost:3000. The Express server should intercept any AJAX requests from the client.
To deploy, simply add and commit your changes, and push to Heroku. As is, the NPM scripts should take care of the rest.
About
This platform to connect between individuals with a shared interest in finding to playing within a team. The platform brings these individuals together and allows them to collaborate in sport aspects
Topics
Resources
Stars
Watchers
Forks
Releases
Packages0
Languages
- JavaScript59.6%
- CSS39.7%
- HTML0.7%