BOILER ROOM
I have a strong set of opinions. I like:
I want to be able to start a project quickly. If you're with me on these things, you've found what you're looking for.
INSTALLATION
npm i
USE
to develop
npm start
to build
npm run build
to clean
npm run clean
to change namespace
"package.json": {
"config": {
"namespace": "your-namespace"
}
}
TODO
- git commit hook to enforce code style