Skip to content

This is going to be the new user facing website for sc3.

License

Notifications You must be signed in to change notification settings

sc3/chi-town-coders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Supreme Chi-Town Coding Crew

This will be the basic framework for our new site. Please feel free to contribute as you may see fit.

Set Up

# clone the repo
git clone <this-repo>
cd <this-repo>

# install node dependencies
npm install

# view the app
# Note: to develop, see instructions below
node src

Developing

# make sure you have some popular node tools installed
npm install -g nodemon
npm install -g node-inspector

# have nodemon run the app in one terminal tab
# nodemon will watch for file changes in the express app
# and restart the server
nodemon --debug src

# run the debugger in another terminal
# node-inspector will break the application when a break point
# or `debugger` statement is reached in the JavaScript
node-inspector

Finished Product Link

https://chi-town-coders.herokuapp.com/

About

This is going to be the new user facing website for sc3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published