You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alfred Melch c648fefa7e | 5 years ago | |
---|---|---|
notes | 5 years ago | |
server | 5 years ago | |
src | 5 years ago | |
.eslintrc | 5 years ago | |
.gitignore | 5 years ago | |
.prettierrc | 5 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
babel.config.js | 5 years ago | |
package.json | 5 years ago | |
postcss.config.js | 5 years ago | |
webpack.config.js | 5 years ago |
README.md
#Hello there
Available scripts
npm start
: starts a development server (make
ormake serve
)npm run build
: make a production build (make build
)npm run lint
: lint js files using eslint (make lint
)npm run format
: format js files using prettier (make format
)