This is a template repository. You can create your own repository just by clicking in "Use this template" button above.
After creating your repo, you can hack the project in your own way. I recommend starting by changing the package.json
file to include your project name.
npm start
: start the project in watch modenpm build
: build the projectnpm lint
: lint all files
Happy hacking =)