/plain_js

Primary LanguageJavaScript

Plain.js

The shell of a generic Javascript codebase

Getting started

mkdir YOUR_PROJECT_NAME
cd YOUR_PROJECT_NAME
git clone https://github.com/moredip/plain_js --origin template .
yarn
yarn test # you should have an initial failing test