Skip to content

rubengrill/jscn-project-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Coding Nights - Project Starter

This is a shared framework for JSCN meetup projects.

It contains a number of challenges tailored toward experimenting with and learning different technologies via a variety of available application "challenges" to build.

Futher, projects can live over time in one place, and more importantly (for me :)) it will allow for infrastructure reuse going forward.

It is recommended that you (star and) fork this repository

Available Challenges

Challenge Setup

Step 1: Fork & clone this repository.

git clone https://github.com/jscodingnights/jscn-project-starter.git

Step 2 (optional): Create a branch for your work on the night's task:

git checkout -b us-presidents

Step 3: Create the project from one of the client starters

For example, if you're working on the us-presidents challenge, and you want to use the React client starter, copy the contents of the starters/React folder into /challenges/us-presidents:

cp -R ./starters/React/. ./challenges/us-presidents

Step 4: Initial commit

git add --all
git commit -m "Initial Commit"

Step 5: Open your project, npm install, and start coding!

cd challenges/us-presidents
npm install
npm start

About

Clone, pick your client starter, select the challenge, and learn by doing!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 64.5%
  • Objective-C 18.8%
  • Python 7.0%
  • Java 5.3%
  • HTML 2.7%
  • CSS 1.7%