Skip to content

Micro JS project starter -- what I've used as an interviewee

Notifications You must be signed in to change notification settings

stuartsan/js-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-starter

Micro JS project starter, kinda like part of my dotfiles...start writing JS with unit tests, linting, and ES6 in like 20 seconds. A more persistent scratchpad than a REPL.

Uses mocha and eslint.

Do it live

git clone https://github.com/stuartsan/js-starter $WHATEVER
cd $WHATEVER

Optionally wipe out this starter project's history and initialize a new repo:

rm -rf .git/ && git init

Then grab stuff:

npm install

And do stuff:

npm test OR
npm run test:watch OR
npm run lint

About

Micro JS project starter -- what I've used as an interviewee

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published